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

Re: svn commit: rev 1272 -

From: <cmpilato_at_collab.net>
Date: 2002-02-19 19:45:07 CET

Philip Martin <philip@codematters.co.uk> writes:

> Is this what you mean:
>
> $ svnadmin create repo
> $ svn co http://localhost:8888/repo -d wc
> $ svn pset a a wc
> property `a' set on 'wc'
> $ svn ci wc
> Sending wc
> Committed revision 1.
> $ svn up wc
> $ svn pset a b wc
> property `a' set on 'wc'
> $ svn ci wc
> Sending wc
> Committed revision 2.
> $ svn up wc
> $ svn st wc
> _M wc
>
> Happens every time on my system. However if I do
>
> $ rm -rf wc
> $ svn co http://localhost:8888/repo -d wc
> _U wc
> $ svn pget a wc
> b
>
> it appears that the property update reached the repository, it's just
> that the working copy is not correct.

I'm debugging this right now. Just letting folks know.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:09 2006

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.