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

Re: /command:copy to url param

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-05-29 18:07:56 CEST

Jesus Bernad wrote:
>
> copy directory
>
> set origen=svn://*****/trunk ( From URL)
> set destino=svn://****/tags/v0 (To URL)
>
>
> "C:\Archivos de programa\TortoiseSVN\bin\TortoiseProc.exe" /command:copy
> /pathUrl:"%origen%" /path:"%destino%" /notempfile /closeonend:1
> ->ERROR
>
> "C:\Archivos de programa\TortoiseSVN\bin\TortoiseProc.exe" /command:copy
> /path:"%origen%*%destino%" /notempfile /closeonend:1
> ->Error
>
> "C:\Archivos de programa\TortoiseSVN\bin\TortoiseProc.exe" /command:copy
> /path:"%origen%" /copypath:"%destino%" /notempfile /closeonend:1
> ->error
>
> "C:\Archivos de programa\TortoiseSVN\bin\TortoiseProc.exe" /command:copy
> /path:"%origen%" /configdir:"%destino%" /notempfile /closeonend:1
> ->error
>
> what is the param of To URL??

There is no param for the 'to' URL. TSVN is a GUI client. If you need to
automate Subversion commands, use the command line client.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue May 29 18:08:30 2007

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.