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