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

Re: How to use TortoiseProc 1.7.1 recursively from command line.

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 10 Nov 2011 07:00:28 -0500

On Thu, Nov 10, 2011 at 04:22, woomla <woomla_at_gmail.com> wrote:
> Hi,
>
> I've developed a program that does a commit (amongst other things) with this
> command:
>
> "c:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:commit
> /path:"e:\SVN\MyProject\" /notempfile
>
> In version 1.7.1 with the new WorkingCopy construction, this command does
> not recursive into subdirectories anymore.
>
> How can I achive this at the same easy way, without building a filelist?

Why aren't you using the command-line client (svn.exe) for this? It's
a more appropriate tool to use for this scenario.

svn.exe's commits are recursive by default, IIRC. You should only have
to commit the top-level directory in the working copy and everything
below will be committed.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-11-10 13:01:14 CET

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.