Bug 2468: non-recursive status
From: Erik Scrafford <erik_at_scrafford.org>
Date: 2005-12-28 22:39:10 CET
http://subversion.tigris.org/issues/show_bug.cgi?id=2468
I just ran into this bug yesterday too. I worked around this problem
chdir to the directory you want to status
It only appears to happen to working copies where it's parent
###############################################
#!/bin/sh
SVN=/usr/local/bin/svn
rm -rf 2468
# URL=http://localhost/SOMETHING/repos
rm -rf repos wc wc-other
${SVNADMIN} create repos
cd wc-other
cd ../wc
cd ../wc-other
cd ../wc
echo "Attempting to reproduce bug with:"
echo "-----------------------------------------------"
echo "-----------------------------------------------"
cd folder
echo "-----------------------------------------------"
echo "-----------------------------------------------"
cd ../..
mv wc/folder folder
echo "-----------------------------------------------"
echo "-----------------------------------------------"
###############################################
And the output of the script:
###############################################
Attempting to reproduce bug with:
-----------------------------------------------
* 1 folder/file.txt
-----------------------------------------------
Status against revision: 2
-----------------------------------------------
* 1 file.txt
-----------------------------------------------
Running 'svn status -uN' from inside wc/folder:
-----------------------------------------------
* 1 folder/file.txt
* 1 folder/file.txt
#############################################
erik
---------------------------------------------------------------------
|
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.