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

Re: TortoiseProc commit issue

From: Herman <herman.bastiaens_at_gmail.com>
Date: Mon, 11 Aug 2008 00:06:06 -0700 (PDT)

Hi Stefan,

thanks for the quick reply, in searching for a simple example that
might reproduce the problem, I might have stumbled upon the problem, I
think there is an issue when mixing files and folders. I managed to
reproduce it with the following trunk and command line:

-root
  - folder (a folder named folder)
  - file.txt (an ordinary (empty) text file)

TortoiseProc.exe /command:commit /path:"folder*file.txt" /notempfile /
logmsg:"msg"

the following both work:
TortoiseProc.exe /command:commit /path:"folder" /notempfile /
logmsg:"msg"
TortoiseProc.exe /command:commit /path:"file.txt" /notempfile /
logmsg:"msg"

greetz,

Herman

On Aug 8, 4:41 pm, Stefan Küng <tortoise..._at_gmail.com> wrote:
> Herman wrote:
> > Hey,
>
> > I'm using a script that gathers a bunch of file paths, and starts a
> > TortoiseSVN commit dialog, so i can check the changes before
> > commiting. In Tortoise 1.4.5 I used the follwing syntax:
> > TortoiseProc.exe /command:commit /path:"a concatenation of files
> > separated by *" /notempfile /logmsg:"msg"
> > However, this does no longer works in the latest version (1.5.2). The
> > commit dialog pops up briefly, but dissapears immediately. I did
> > notice it might have something to do with the length, because it seems
> > to break when I add too many files (this was not the case in 1.4.5).
>
> > I also tried putting the file paths in a file and specifying /
> > pathfile, but this only seems to work for the update dialog, the
> > commit dialog appears briefly and than dissapears when i add more than
> > one file (may be a newline issue? i tried all sorts of line endings,
> > to no avail).
>
> Please find an example of list of paths which don't work for you and
> post that path string here. I need to reproduce this issue here.
>
> Stefan
>
> --
>         ___
>    oo  // \\      "De Chelonian Mobile"
>   (_,\/ \_/ \     TortoiseSVN
>     \ \_/_\_/>    The coolest Interface to (Sub)Version Control
>     /_/   \_\    http://tortoisesvn.net
>
>  signature.asc
> < 1KViewDownload

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-08-11 09:06:46 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.