Karl Fogel <kfogel@newton.ch.collab.net> writes:
> Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:
> > > * . - Ignore tags
> > > * ./subversion/tests/libsvn_subr - Ignore subst-test
> > > * ./subversion/tests/libsvn_wc - Ignore translate-test, don't ignore "this".
> > >
> >
> > All I did was make the changes, run svn st a couple of times to make sure I
> > was ignoring the right things, then run svn ci and type the log message.
> >
> > Not sure what is going on here.
> >
> > Should I try again?
>
> You mean your prop commit didn't take?
>
> Aaaargh. Another probably irreprducible instance of
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=621
>
> ( which may or may not be related to
> http://subversion.tigris.org/issues/show_bug.cgi?id=561 )
>
> Yes, if you try again, it will likely succeed. Wish we knew what is
> going on here.
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.
--
Philip
---------------------------------------------------------------------
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:08 2006