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

Re: status -u bug (bad switch path)

From: Daniel Shahaf <d.s_at_daniel.shahaf.co.il>
Date: Fri, 8 Feb 2008 20:48:04 +0200 (Jerusalem Standard Time)

Miller, Eric wrote on Fri, 8 Feb 2008 at 10:15 -0800:
> Can I get someone to verify this bug?
>
> svn --version
> svn, version 1.4.0 (r21228)
> (also seen on 1.4.4)
>

I can reproduce this over svn:// with an r29238 client/server.

svnadmin create repos1
svnadmin create repos2
svn co -q svn://localhost/repos1 wc1
svn co -q svn://localhost:3690/repos2 wc2
...

Daniel

> svnadmin create repos1
> svnadmin create repos2
>
> svn co svn+ssh://$HOSTNAME/`pwd`/repos1 wc1
> svn co svn+ssh://localhost/`pwd`/repos2 wc2
>
> svn mkdir wc1/adir
> svn mkdir wc2/adir
>
> svn ci -m '' wc1
> svn ci -m '' wc2
>
> rm -rf wc2/adir
> mv wc1/adir wc2
>
> svn st wc2
> S wc2/adir
> svn st -u wc2
> svn: Unrecognized URL scheme for ''
>
> This is really difficult to track down in a large working copy.
> I'd like status to actually return meaningful information, maybe
> showing:
> ~ S wc2/adir
>
> Thanks,
>
> Eric
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: dev-help_at_subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-02-08 19:48:19 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.