Re: Cope with IPv6

2013-08-05 Thread Thorsten Schöning
Guten Tag Okabayashi, Hirotsugu, am Dienstag, 6. August 2013 um 01:54 schrieben Sie: > Sorry to mistake. This is correct. You should really NOT create new threads for an already mentioned problem without providing any more details. Please stay on one thread only. Mit freundlichen Grüßen, Thorst

Cope with IPv6

2013-08-05 Thread Okabayashi, Hirotsugu
Dear User Support, Sorry to mistake. This is correct. Could you tell us the specifications about the authentication with IPv6 ? These behavior bothers us about IPv6. -When connecting to SVN server with IPv6, the client tool(TortoiseSVN:TSVN) can't handle the authentication operation. -Only wit

RE: SVN 1.8.1 Errors - Show Log and Commit New Files

2013-08-05 Thread Geoff Field
> From: lieven.govaerts > On Mon, Aug 5, 2013 at 1:05 PM, Philip Martin > wrote: > > Philip Martin writes: > > > >> Lieven Govaerts writes: > >> > C:\Customer>svn log -v ./ > svn: E175002: Unexpected HTTP status 501 'Method Not > Implemented' > on '/Subversio > n/W3000_Custome

Re: SVN 1.8.1 Errors - Show Log and Commit New Files

2013-08-05 Thread Philip Martin
Lieven Govaerts writes: >> Yes, it does. It also affects mergeinfo: >> >> $ svn1.8 mergeinfo ^/ wc >> svn: E175002: Unexpected HTTP status 501 'Method Not Implemented' on >> '/obj/repo/!svn/bc/1/A' >> svn: E27: Additional errors: >> svn: E27: The requested report is unknown. >> >> $ sub

Re: Merge order affects final result for repeated added & deleted changes

2013-08-05 Thread Johan Corveleyn
On Mon, Aug 5, 2013 at 4:20 PM, Fredrik Orderud wrote: > There seems to be a problem with the merge logic in SVN when merging > repeated added & deleted changes out-of-order. > > Example activity on branch A: > r1: A new file is added. > r2: A line is added > r3: The line is removed > r4: The line

[ANN] SubGit 2.0 Released

2013-08-05 Thread Semyon Vadishev
Hello all, Our team is proud to announce SubGit 2.0.0 release! New version is available for download at SubGit web site at http://subgit.com/ SubGit lets one to set up a bi-directional Git-SVN mirror, and thus it allows users to choose freely between Subversion and Git version control systems. Su

Re: SVN 1.8.1 Errors - Show Log and Commit New Files

2013-08-05 Thread Lieven Govaerts
On Mon, Aug 5, 2013 at 7:08 PM, Philip Martin wrote: > Lieven Govaerts writes: > >> Can you test if attached patch fixes this issue? > >> Index: subversion/libsvn_ra_serf/util.c >> === >> --- subversion/libsvn_ra_serf/util.c (revisi

Re: svn 1.8 migration - directory deltification and revprop packing

2013-08-05 Thread Thomas Harold
On 8/2/2013 3:21 PM, Thomas Harold wrote: Our migration process: > > 0. svnadmin verify oldreponame 1. svnadmin dump oldreponame 2. svnadmin create newreponame 3. Modify db/fsfs.conf [rep-sharing] enable-rep-sharing = true # defaults to true in 1.8 [deltification] enable-dir-deltification

Re: SVN 1.8.1 Errors - Show Log and Commit New Files

2013-08-05 Thread Philip Martin
Lieven Govaerts writes: > Can you test if attached patch fixes this issue? > Index: subversion/libsvn_ra_serf/util.c > === > --- subversion/libsvn_ra_serf/util.c (revision 1510435) > +++ subversion/libsvn_ra_serf/util.c (working c

Re: SVN 1.8.1 Errors - Show Log and Commit New Files

2013-08-05 Thread Lieven Govaerts
On Mon, Aug 5, 2013 at 1:05 PM, Philip Martin wrote: > Philip Martin writes: > >> Lieven Govaerts writes: >> C:\Customer>svn log -v ./ svn: E175002: Unexpected HTTP status 501 'Method Not Implemented' on '/Subversio n/W3000_Customer_198.622-00_Customer_DRL/!svn/bc/14/trunk/0

Re: Subversion 1.8 "--non-interactive" and "--force-interactive" flags behavior

2013-08-05 Thread Mark Phippard
On Mon, Aug 5, 2013 at 10:20 AM, Branko Čibej wrote: >>> The better option of course is to just use the JavaHL API instead. >> I have seen this problem as well. We have a Java server application >> that scripts the command line so that it can retrieve and accept the >> SSL certificate. We added

RE: TortoiseSVN 1.8.1 build 24570 - not showing log entries since updating to 1.8.1 64-bit Windows 7 - solved

2013-08-05 Thread Alison Sissins
Many thanks for your reply. Although the repository was not in the list of cached repositories I deleted the repositories listed, and unticked the "Enable log caching", and now the complete log history is there. Kind regards Alison Alison Sissins | Analyst/Programmer N J Froment & Co Limited |

Re: Subversion 1.8 "--non-interactive" and "--force-interactive" flags behavior

2013-08-05 Thread Branko Čibej
On 05.08.2013 16:12, Mark Phippard wrote: > On Mon, Aug 5, 2013 at 10:03 AM, Branko Čibej wrote: >> On 05.08.2013 12:14, Konstantin Kolosovsky wrote: >>> Hi Everyone, >>> >>> I've got a question about "--non-interactive" and >>> "--force-interactive" flags behavior in Subversion 1.8. >>> I'm not s

Merge order affects final result for repeated added & deleted changes

2013-08-05 Thread Fredrik Orderud
There seems to be a problem with the merge logic in SVN when merging repeated added & deleted changes out-of-order. Example activity on branch A: r1: A new file is added. r2: A line is added r3: The line is removed r4: The line is re-added Later activity on branch B (created from A@r1): r5: r2 and

Re: Subversion 1.8 "--non-interactive" and "--force-interactive" flags behavior

2013-08-05 Thread Mark Phippard
On Mon, Aug 5, 2013 at 10:03 AM, Branko Čibej wrote: > On 05.08.2013 12:14, Konstantin Kolosovsky wrote: >> Hi Everyone, >> >> I've got a question about "--non-interactive" and >> "--force-interactive" flags behavior in Subversion 1.8. >> I'm not subscribed to the mailing list, please put my email

Re: Subversion 1.8 "--non-interactive" and "--force-interactive" flags behavior

2013-08-05 Thread Branko Čibej
On 05.08.2013 12:14, Konstantin Kolosovsky wrote: > Hi Everyone, > > I've got a question about "--non-interactive" and > "--force-interactive" flags behavior in Subversion 1.8. > I'm not subscribed to the mailing list, please put my email in Cc in > any responses. > > We've got java application int

Re: TortoiseSVN 1.8.1 build 24570 - not showing log entries since updating to 1.8.1 64-bit Windows 7

2013-08-05 Thread Andy Levy
On Mon, Aug 5, 2013 at 5:57 AM, Alison Sissins wrote: > I notice that there are several entries in the users community concerning > viewing log entries since upgrading to subversion 1.8.1 64-bit version, I > would like to backup their issue. > > > > Since updating my machine to 1.8.1 build 24570 6

TortoiseSVN 1.8.1 build 24570 - not showing log entries since updating to 1.8.1 64-bit Windows 7

2013-08-05 Thread Alison Sissins
I notice that there are several entries in the users community concerning viewing log entries since upgrading to subversion 1.8.1 64-bit version, I would like to backup their issue. Since updating my machine to 1.8.1 build 24570 64-bit on the 25th July, although I can commit, I cannot see any

Subversion 1.8 "--non-interactive" and "--force-interactive" flags behavior

2013-08-05 Thread Konstantin Kolosovsky
Hi Everyone, I've got a question about "--non-interactive" and "--force-interactive" flags behavior in Subversion 1.8. I'm not subscribed to the mailing list, please put my email in Cc in any responses. We've got java application interacting with svn.exe command line utility. For Subversion

Re: SVN 1.8.1 Errors - Show Log and Commit New Files

2013-08-05 Thread Philip Martin
Philip Martin writes: > Lieven Govaerts writes: > >>> C:\Customer>svn log -v ./ >>> svn: E175002: Unexpected HTTP status 501 'Method Not Implemented' on >>> '/Subversio >>> n/W3000_Customer_198.622-00_Customer_DRL/!svn/bc/14/trunk/03_Software' >>> >>> svn: E27: Additional errors: >>> svn: E

Re: SVN 1.8.1 Errors - Show Log and Commit New Files

2013-08-05 Thread Philip Martin
Lieven Govaerts writes: >> C:\Customer>svn log -v ./ >> svn: E175002: Unexpected HTTP status 501 'Method Not Implemented' on >> '/Subversio >> n/W3000_Customer_198.622-00_Customer_DRL/!svn/bc/14/trunk/03_Software' >> >> svn: E27: Additional errors: >> svn: E27: The requested report is un

subversion fails to detect correct merge direction (sync/reintegrate), how to override?

2013-08-05 Thread Grabner Markus
Hi all! The new "automatic merge" feature in subversion 1.8 look promising, but in our case prevents merging the trunk into a branch since subversion incorrectly interprets this operation as a reintegration merge and complains about missing revisions which should have been merged first

Re: SVN 1.8.1 Errors - Show Log and Commit New Files

2013-08-05 Thread Lieven Govaerts
Hi, On Fri, Aug 2, 2013 at 2:06 AM, Geoff Field wrote: > I have recently updated to TSVN 1.8.1, which of course uses SVN 1.8.1 as its > command-line basis. Our server has been running 1.2 and has not been changed > (apart from Windows updates) for a LONG time. > > (Yes, I know 1.2 is very old.

Re: SVN 1.8.1 Errors - Show Log and Commit New Files

2013-08-05 Thread Ryan Schmidt
On Aug 1, 2013, at 19:06, Geoff Field wrote: > I have recently updated to TSVN 1.8.1, which of course uses SVN 1.8.1 as its > command-line basis. Our server has been running 1.2 and has not been changed > (apart from Windows updates) for a LONG time. > > (Yes, I know 1.2 is very old. However

Re: SVN FSFS format value for 1.8?

2013-08-05 Thread Ryan Schmidt
On Aug 4, 2013, at 21:27, Thomas Harold wrote: > On 8/4/2013 6:30 PM, Ryan Schmidt wrote: > >> Check the file /backup/svndump/test3/db/format. > > # cat /backup/svndump/test3/db/format > 6 > layout sharded 1000 > > Okay, so I was looking at the wrong thing. > > That still raises the question (

Re: Cope with IPv6

2013-08-05 Thread Thorsten Schöning
Guten Tag Okabayashi, Hirotsugu, am Montag, 5. August 2013 um 09:17 schrieben Sie: > -Only with IPv6, the Operating system handle the authentication. What does this mean? > So, both authenticated case and not authenticated case, > TSVN doesn't work. TSVN display the same error message. You s

SVN 1.8.1 Errors - Show Log and Commit New Files

2013-08-05 Thread Geoff Field
I have recently updated to TSVN 1.8.1, which of course uses SVN 1.8.1 as its command-line basis. Our server has been running 1.2 and has not been changed (apart from Windows updates) for a LONG time. (Yes, I know 1.2 is very old. However, we're an automotive company and changes to our tools c

Cope with IPv6

2013-08-05 Thread Okabayashi, Hirotsugu
Dear User Support, Could you tell us the specifications about the authentication with IPv6 ? These behavior bothers us about IPv6. -When connecting to SVN server with IPv6, the client tool(TortoiseSVN:TSVN) can't handle the authentication operation. -Only with IPv6, the Operating system handle

Re: Proxy error on SVN 1.8.1

2013-08-05 Thread Lieven Govaerts
Hi, On Wed, Jul 31, 2013 at 11:30 AM, Guillaume Lasnier wrote: > Hi Lieven, > Please find attached the tcpdump that dumps traffic between my laptop and > the proxy. The only information I could get about the proxy is that it's > an ISA server. from the trace I don't really see what's going on, t