[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn status not showing local changes with -u [xpost from users]

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Wed, 05 Mar 2008 22:12:49 -0500

Chris Rose <chris.rose_at_messagingdirect.com> writes:
> I have a local change to a file that I want to show up when I do svn
> status -u, but it doesn't:
>
> (~/module) # svn status ebi/Makefile.pkg-paths
> M ebi/Makefile.pkg-paths
>
> (~/module) # svn status -u ebi/Makefile.pkg-paths
> Status against revision: 106549
>
> Interestingly enough, this only occurs if 'ebi' in the example above
> is a symlink:
>
> (~/module) # ls -l ebi
> lrwxrwxrwx 1 rosec devel 15 Oct 4 09:37 ebi -> ../ebi.head/ebi
>
> If I do the same commands from a directory where that is not a symlink:
> (~/module) # cd ../ebi.head
> (~/ebi.head) # ls -ld ebi
> drwxrwxr-x 12 rosec rosec 4096 Mar 1 15:31 ebi
>
> (~/ebi.head) # svn status ebi/Makefile.pkg-paths
> M ebi/Makefile.pkg-paths
>
> (~/ebi.head) # svn status -u ebi/Makefile.pkg-paths
> M 106546 ebi/Makefile.pkg-paths
> Status against revision: 106549
>
> (~/ebi.head) # svn --version
> svn, version 1.4.6 (r28521)
> compiled Feb 12 2008, 10:09:51

Whoa. That seems like a bug to me too. Could you file an issue for
it, pointing to this thread, please? I don't know of any workaround;
I also don't know if the bug has always been present, or was
introduced at some point (I'm guessing the former, but not sure).

Thanks,
-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-06 04:12:59 CET

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.