Recipe for non recursive commit bug
From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-08-26 03:43:26 CEST
Hello everyone,
Would someone try the following recipe and tell me if it works for them ?
Today, I got the same problem, but this time, I had the right folder.
Thanks !
Reproduction recipe
Here are the results on my machine (Win2K SP4 fr_CA):
H:\>svn --version
H:\>svnadmin create repos
H:\>svn co file:///repos wc
H:\>cd wc
H:\wc>mkdir dirA\dirB
H:\wc>echo "fileA's content" 1>dirA/dirB/fileA
H:\wc>svn add dirA
H:\wc>svn commit -m "Adding files"
H:\wc>echo "fileA's modified content" 1>dirA/dirB/fileA
H:\wc>echo "fileB's content" 1>dirA/fileB
H:\wc>svn add dirA/fileB
H:\wc>svn st
H:\wc>svn commit --non-recursive -m "Does not work" dirA
H:\wc>svn commit -m "Works, but is recursive" dirA
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.