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

Re: Re: SVN directory copy script?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 20 Apr 2012 16:47:22 -0400

On Fri, Apr 20, 2012 at 16:17, Jarkko Lempiainen <jarkko_at_profoundic.com> wrote:
> Great, this was exactly what I was looking for! Do you know if it's possible to skip the automatic commit phase somehow? I would like to commit manually after reviewing that the changelist is ok. I suppose I could edit the script but with no Perl experience I would rather not.

It's been a lot of years since I've used it, but I think if you locate
the lines which start with

read_from_process($svn, 'commit',

and comment them out, it'll prevent the commits from happening.

Probably best to look for any line starting with:

read_from_process($svn

and examine what it does, commenting out anything that modifies the repository.

Then again, you can't break your repository in such a way that it
can't be recovered - if anything goes wrong with the script, just roll
back to the last known good revision.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2950296

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-04-20 22:48:05 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.