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

tortoiseproc createpatch

From: Julien TOUCHE <julien.touche_at_lycos.com>
Date: 2006-05-17 19:29:30 CEST

i have the following bat to create a patch of a working copy:
===
set bin=c:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
set LOCAL_COPY=c:\temp\localcopy
set PATCH_DST=c:\temp\patchA.patch

"%bin%" /command:createpatch /path:"%LOCAL_COPY%" /notempfile
/closeonend:1 "%PATCH_DST%"
===

problems are:
- it's still interactive, asking file to diff and if it's ok to ignore
non-versioned files (doesn't seem to have an option for it)
- it seems patch file argument is not the good one as Tortoise ask for it

is there a way to solve theses or is better to use svn cli tools ?

thanks
Regards

                Julien

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed May 17 19:29:38 2006

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.