Re: The future of the Subversion book

2018-10-18 Thread Branko Čibej
On 06.09.2018 15:25, Branko Čibej wrote: > On 06.09.2018 15:10, C. Michael Pilato wrote: >> On 09/05/2018 04:49 PM, Mark Phippard wrote: >>> Assuming the PMC wanted it, is it possible for the book to be >>> contributed to this project and hosted in the Apache SVN repository? >>> Many people seem to

Re[2]: Subversion Exception on commit wirth pathfile

2018-10-18 Thread Yakov Maryanov
I have done "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:commit /pathfile:"D:\SVN\Work\Source\Project\f2.txt"and D:\SVN\Work\Source\Source\Project.Client in file f2.txt. Result is the same. Thanks, Yakov --- Original message --- From: "Bert Huijben" Date: 18 October 2018, 13:25

Re: Subversion Exception on commit wirth pathfile

2018-10-18 Thread Bert Huijben
Could you try this same operation with the disk names capitalized? If this resolves the issue, please let us and the TortoiseSVN developers know, as in that case there is an issue in (their) path canonicalization api. Bert On Thu, Oct 18, 2018 at 12:13 PM Johan Corveleyn wrote: > On Thu, Oc

Re: Subversion Exception on commit wirth pathfile

2018-10-18 Thread Johan Corveleyn
On Thu, Oct 18, 2018 at 11:34 AM Yakov Maryanov wrote: > > Hello! > > I execute command: > > "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:commit > /pathfile:"d:\SVN\Work\Source\Project\f2.txt" > > File f2.txt contains two strings: > > d:\SVN\Work\Source\Source\Project.Client > d:\

Subversion Exception on commit wirth pathfile

2018-10-18 Thread Yakov Maryanov
Hello! I execute command: "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:commit /pathfile:"d:\SVN\Work\Source\Project\f2.txt" File f2.txt contains two strings: d:\SVN\Work\Source\Source\Project.Client d:\SVN\Work\Source\Source\Project.Server And I received such result: --