[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, 18 Aug 2008 03:45:07 -0700 (PDT)

That fixed the problem, but now I seem to have another problem I
believe has to do with relative paths going 'up' in the folder tree. I
have been able to reproduce it with the following repository:

-root
  -folder1
    -file1.txt
  -folder2
    -file2.txt
  -scripts
    -a file that contains a script for checking in some files and
folders

the following does what I would expect it to do from within the root:
TortoiseProc.exe /command:commit /path:"folder1*folder1/
file1.txt*folder2*folder2/file2.txt" /logmsg:"msg"

when i run the following from within the 'scripts' folder, i only get
folder1 and file1.txt in my commit tialogue
TortoiseProc.exe /command:commit /path:"../folder1*../folder1/
file1.txt*../folder2*../folder2/file2.txt" /logmsg:"msg"

I can work around it by changing the working directory to the top
folder of my repository, but it would be nice to be able to use the
same scripts I was using with the previous TortoiseSVN

greetz,

Herman

On Aug 12, 8:21 pm, Stefan Küng <tortoise..._at_gmail.com> wrote:
> Herman wrote:
> > 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"
>
> Should be fixed in r13697.
>
> 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-18 12:53:30 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.