[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-02-14 18:33:08 CET

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.

I'm going to find out: I'm going to have a wrapper script around
commit that does "cp -a" of the entire wc before committing, and use
that script whenever I commit a prop change. If the bug ever happens,
at least we'll have before-and-after working copies to help track it
down.

If anyone else wants to do the same, until we nail issue 621, that
would be great.

   #!/bin/sh
   ### UNTESTED UNTESTED UNTESTED UNTESTED UNTESTED
   PLACE=${HOME}/src
   rm -rf ${PLACE}/pcommit-prev-saved
   mv ${PLACE}/pcommit-saved ${PLACE}/pcommit-prev-saved
   cp -a . ${PLACE}/pcommit-saved
   svn commit $@

-Karl

---------------------------------------------------------------------
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

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.