Re: svn log output in directory-trees that contain moved sub-trees

2012-11-05 Thread Matthias Gerstner
On Wed, Oct 31, 2012 at 06:35:23PM +0100, Daniel Shahaf wrote: > > That's correct but besides the point. The point was that 'svn log' in > the trunk/ directory should show ^/A ^/B ^/C if you did the move/copy as > I suggested, but won't if you do it as 'mkdir trunk; cp A trunk; > cp B trunk; cp C

Re: SVN crash when using SCM

2012-11-05 Thread Stefan Sperling
On Mon, Nov 05, 2012 at 12:37:58PM +, Kacperski Piotr (Grupa PZU) wrote: > Thanks in advance J > > > > Pozdrawiam, > > > > Piotr Kacperski This is a known bug in 1.7.7 which happens only on Windows. Due to a coding error, when a user name is already cached and the --username option spe

RE: Commit failed Error after upgrading 1.7.7

2012-11-05 Thread Bob Archer
>> I recently upgraded Subversion edge to 3.2.0-3352.100 which gave me >> Subversion 1.7.7. >> >> Since then every now and then when I commit I get the following error: >> >> Commit >> Commit failed (details follow): >> Server sent unexpected return value (500 Internal Server Error) in response

ISVNAuthenticationProvider authenticationProvider

2012-11-05 Thread Michael Hüttermann
Hello, having a "ISVNAuthenticationProvider authenticationProvider", how can get user name and password for accessing a Subversion repository ? Thank you. Michael

Re: ISVNAuthenticationProvider authenticationProvider

2012-11-05 Thread Mark Phippard
On Mon, Nov 5, 2012 at 3:25 PM, Michael Hüttermann wrote: > having a "ISVNAuthenticationProvider authenticationProvider", how can get > user name and password for accessing a Subversion repository ? That is not a class from Subversion's API, so this is not the right place to ask: http://subvers

Re: Commit failed Error after upgrading 1.7.7

2012-11-05 Thread Daniel Shahaf
Bob Archer wrote on Mon, Nov 05, 2012 at 11:39:30 -0500: > >> I recently upgraded Subversion edge to 3.2.0-3352.100 which gave me > >> Subversion 1.7.7. > >> > >> Since then every now and then when I commit I get the following error: > >> > >> Commit > >> Commit failed (details follow): > >> Serv

Re: svn log output in directory-trees that contain moved sub-trees

2012-11-05 Thread Daniel Shahaf
Matthias Gerstner wrote on Mon, Nov 05, 2012 at 10:11:47 +0100: > On Wed, Oct 31, 2012 at 06:35:23PM +0100, Daniel Shahaf wrote: > > > > That's correct but besides the point. The point was that 'svn log' in > > the trunk/ directory should show ^/A ^/B ^/C if you did the move/copy as > > I suggest