info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Update to create a directory with absolute paths


From: Stefan Schulze
Subject: Update to create a directory with absolute paths
Date: 17 Apr 2005 09:03:27 -0700

Hi!

I use cvsnt and I have the following problem:

I have an path like C:\mod\dir\test.txt where "mod" is an cvs-module.
When I delete the directory "dir" and try to recreate it with an
update in the way like this:
C:\mod>cvs update -d dir
everything is okay, the directory "dir" and the file "test.txt" is
created.
When I delete it again and try the following way:
C:\mod>cvs update -d C:\mod\dir
the statuscode is 0, no response and no created directorys.

Because I have to do all this with a script, I have to use absolute
paths. Is there any possibility to get the expected behavior?

CU
  Stefan Schulze


reply via email to

[Prev in Thread] Current Thread [Next in Thread]