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
_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to