[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:46:59 -0500

On Thu, Nov 10, 2011 at 07:39, Jan Keirse <jan.keirse_at_tvh.com> wrote:
> 2011/11/10 Andy Levy <andy.levy_at_gmail.com>
>>
>> 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.
>
> How about: He's doing it from an application under windows and wants the
> user to type the comments, confirm the commit, maybe even check if he does
> really want to commit and cancel otherwise.

All of which can be handled in the custom application he's written.

Really, even using the command-line client isn't the best way to do
this - there are client libraries like SharpSVN (.NET) or SVNKit
(Java) which would be best for embedding Subversion connectivity in
your own application.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-11-10 13:47:54 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.