Non-recursive commits don't work?
From: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2004-10-06 17:48:44 CEST
I'm using 1.1 RC4 on windows XP at the moment and noticed something
Usually when I issue "svn ci" in a workiing directory all my changes
I did:
svn ci -N -m "fixed bug xxxx"
...and there was no output from the command at all, "svn st" showed
I also tried putting a dot '.' for the current directory after the
I had to manually specify the files I wanted to check in to get them
e.g.:
svn ci -m "fixed bug xxxx" file1.java file2.java
worked fine.
Did I do something wrong in the first case with the -N parameter? Or
The output of "svn st" before I did the commit looked like this:
It was unaffected by my non-recursive attempts, but after my successful
I expected -N to do the trick, as if there were many files in the
Scott
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.