Status inconsistent with c/i when using svn:externals
From: <Stefan.Fuhrmann_at_etas.de>
Date: 2004-09-20 18:01:51 CEST
Hi dev,
I reproduced the following with SVN 1.0.6 under W2K Pro. See below
When using externals, the behavior of "svn ci" is at least inconvenient:
I believe, some earlier (late 0.x ) version worked as expected (did the
BTW: Thanks for SVN!
Stefan.
************************************
' cleanup
rd /s /q C:\temp\repos
' just for the protocol ..
svnadmin --version
' create repository, wc and two folders
svnadmin create C:/temp/repos
cd wc
' use on as a sub-folder of the other
svn propset svn:externals "sub file:///C:/temp/repos/ext" project
' make changes in both folders
cd project
cd sub
' status will show all changes
cd ..
' hm. The following will only commit those changes
svn ci -m "This will not commit changes in externals!"
' just re-checking. The changes to the externals have
svn st
---------------------------------------------------------------------
|
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.