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

Re: Got a little present from glibc today

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2007-12-05 00:08:52 CET

On Dec 4, 2007 2:27 PM, Lieven Govaerts <svnlgo@mobsol.be> wrote:
> Do we have such a stress test script?

I dunno if this is helpful, but here is generally what I did:

% svn co <repos>/trunk
% cp trunk branch
% svn switch <repos>/branch branch
...
<tweak file in branch>
...
% svn ci branch

And the commit from branch ended up in trunk.

However, I also *know* that I did:
% svn info branch
*before* commit
and it said the right thing. But, that wasn't reflect in the commit... =(

I think the most likely culprit would be the switch command not
throwing out the wcprops or something... HTH. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 5 00:09:07 2007

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.