[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 3704 - trunk/subversion/tests/clients/cmdline

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-11-08 23:30:51 CET

Blair Zajac wrote:
>
> Kevin Pilch-Bisson wrote:
> >
> > On Fri, Nov 08, 2002 at 03:39:05PM -0600, blair@tigris.org wrote:
> > > Author: blair
> > > Date: 2002-11-08 15:38:57 -0600 (Fri, 08 Nov 2002)
> > > New Revision: 3704
> > >
> > > Modified:
> > > trunk/subversion/tests/clients/cmdline/prop_tests.py
> > > Log:
> > > logmsg
> > Forget a -F blair?
>
> No, somehow made a commit while testing mods to this file. Don't
> know exactly how that happened.
>
> Reverting now.
>
> Already updated the log message.
>
> Blair

Figured out what happened. I was editting prop_tests.py and
added a line

  svntest.main.run_svn(None, 'ci', '-m', 'change property')

assuming that the testing framework cd's into the wc even when you
run the script by hand. Well, it doesn't, so running the script ended
up doing a commit in the svn repository.

Now I have this instead :)

  svntest.main.run_svn(None, 'ci', '-m', 'change property', wc_dir)

Blair

-- 
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 8 23:31:15 2002

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.