Hi !
I just tried a non-recursive commit for a folder. The command line
client just returned, as if there were no files to commit... Here's a
transcript of what happened:
K:\leadmanagement>svn info
Path:
Url: http://svn.hopto.org:8193/repos/rac/leadmanagement/trunk
...
K:\leadmanagement>svn st
M src\java\core\jobnudge\Contact.hbm.xml
M src\java\core\jobnudge\Contact.java
M src\java\core\jobnudge\User.java
M src\java\core\jobnudge\servlets\NewContact.java
M src\web\enter\application\newcontact.jsp
K:\leadmanagement>svn commit --non-recursive src\java\core
K:\leadmanagement>svn commit --help
commit (ci): Send changes from your working copy to the repository.
usage: commit [PATH [PATH ... ]]
Be sure to use one of -m or -F to send a log message.
Valid options:
-m [--message] arg : specify commit message ARG
-F [--file] arg : read data from file ARG
-q [--quiet] : print as little as possible
-N [--non-recursive] : operate on single directory only
K:\leadmanagement>svn --version
svn, version 0.26.0 (r6550)
compiled Aug 1 2003, 07:35:50
System is Win2K SP3 fr_CA.
I can consistently reproduce this using the following reproduction
recipe:
rd /s/q repos wc
svnadmin create repos
svn checkout file:///repos wc
cd wc
mkdir folderA\folderB\folderC
echo >folderA\folderB\fileA fileA
echo >folderA\folderB\folderC\fileB fileB
svn add folderA
svn commit -m "First commit"
echo >>folderA\folderB\fileA fileA -- appended
echo >>folderA\folderB\folderC\fileB fileB -- appended
svn commit --non-recursive folderA\folderB -m "Non-recursive commit fails
silently"
svn commit --non-recursive folderA -m "Non-recursive commit fails
silently"
svn status
Should I file an issue for this ? I did not find anything with
"recursive" in the summary that related to commits.
Have a nice day !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 21 03:12:43 2003