Re: Subversion Failed - Not finding solution

2013-06-19 Thread Thorsten Schöning
Guten Tag Verónica Santos, am Donnerstag, 20. Juni 2013 um 05:48 schrieben Sie: > Unfortunately, I cannot solve the problem, I'll have to uninstall, > too bad because I have another PC where it works fine. I have no > idea what's the problem. Repository Browser fails, no matter which > repository

Subversion Failed - Not finding solution

2013-06-19 Thread Verónica Santos
Hello, Unfortunately, I cannot solve the problem, I'll have to uninstall, too bad because I have another PC where it works fine. I have no idea what's the problem. Repository Browser fails, no matter which repository I use (I tried with two different ones from XP-Dev, one of them was completely em

Apache Suvversion 1.8.x SRPM building

2013-06-19 Thread Nico Kadel-Garcia
I'm working from my old github notes at: https://github.com/nkadel/subversion-1.7.9-srpm I do note the need for the seriously updated sqlite: that means that even RHEL 6 is going to need the relevant sqlite-amalgamation package, which is fine. I also note that libserf is not yet available

Re: Links to Japanese version of the Subversion book dead?

2013-06-19 Thread Olaf Meeuwissen
Stefan Sperling writes: > On Wed, Jun 19, 2013 at 08:30:12AM +0900, Olaf Meeuwissen wrote: >> Hi, >> >> I'm looking for the Japanese translation of the Subversion book. >> >> The links to the single and multi-page versions on the "cover page"[1] >> appear to lead nowhere these days. >> >> [1]

Re: Question about maximum size of svn repository (svn 1.6.1, backend as FSFS)

2013-06-19 Thread gadamiak
> Just 7 Gigabytes? Our repository is 13 Gigabytes and I don't even think we have that big a project. Just FYI one of my repositories is now 130 Gigabytes big and is running just fine :) It has almost 94.5 thousand commits in it.

RE: please unsubscribe me from the list

2013-06-19 Thread Bob Archer
It’s users-unsubscribe … BOb From: Alexander Ivanenko [mailto:kito...@mail.ru] Sent: Wednesday, June 19, 2013 3:19 AM To: users@subversion.apache.org Subject: please unsubscribe me from the list Please unsubscribe me from the list, unsubscribe-us...@subversion.apache.org

Re: vimdiff wrapper for diff-cmd not working with 1.8

2013-06-19 Thread Michael Schlottke
On Jun 19, 2013, at 12:08 , Philip Martin wrote: > Philip Martin writes: > >> Ben Reser writes: >> >>> I don't imagine it'd take very long at all to implement but the >>> problem of course is that we really should think carefully how we go >>> about doing this. If we can detect this at runtim

Re: Automatic windows authentication using serf/svn 1.8

2013-06-19 Thread Gert Kello
> Sorry, I did not mention it specifically: > I can authenticate when I type in my domain user name/password when > prompted. And, they are cached so they must be entered only once (per each > domain password change I assume). > > But I would prefer if the authentication ticket is obtained from cur

Re: Automatic windows authentication using serf/svn 1.8

2013-06-19 Thread Gert Kello
> If I enable the ‘SSPIPackage Negotiate’ line (which I just added) then my > Subversion 1.8 clients appear to authenticate correctly, but my neon based > 1.7 clients fail with an even worse error that can’t be resolved by just > typing the password. > Seems like for me the SSPIPackage Negotiate i

Re: Crash in 1.8.0 (db/format layout linear)

2013-06-19 Thread Thomas Harold
On 6/19/2013 5:30 AM, Daniel Shahaf wrote: Does %REPOS_DIR%\db\format contain "4 layout linear"? If so, that's a known issue that will be fixed in 1.8.1. Out of curiosity, which versions of SVN produced a "layout linear"? I'm guessing that was from back in the SVN 1.4 days (repo format #2)

Re: user issues on svnrdump

2013-06-19 Thread C. Michael Pilato
On 06/19/2013 12:29 AM, Bo Chen wrote: > It seens that the first dump will automatically strip-off "trunk", but the > second dump does not strip off dump. My subversion version is 1.7.5. > > What happen? Any suggestion for me to solve it? I believe you are describing issue #4101 http://subversion

RE: Automatic windows authentication using serf/svn 1.8

2013-06-19 Thread Bert Huijben
Hi, I see the same problem on a setup which I setup years ago. The configuration used for years is: AuthName "My Subversion Repositories" AuthType SSPI SSPIAuth On SSPIAuthoritative On SSPIDomain MyDomain SSPIOmitDomain On SSPIOfferBasic On SSPIU

Re: Automatic windows authentication using serf/svn 1.8

2013-06-19 Thread Gert Kello
Sorry, I did not mention it specifically: I can authenticate when I type in my domain user name/password when prompted. And, they are cached so they must be entered only once (per each domain password change I assume). But I would prefer if the authentication ticket is obtained from currently logg

RE: Problem, svn upgrade & externals & svn status (1.6 --> 1.7)

2013-06-19 Thread Bert Huijben
Subversion 1.7.7 and later automatically upgrade all working copies referenced from svn:externals properties too. For older clients can use 'svn upgrade' on the externals itself. Bert From: Johan Holmberg [mailto:johan...@gmail.com] Sent: woensdag 19 juni 2013 13:12 To:

Problem, svn upgrade & externals & svn status (1.6 --> 1.7)

2013-06-19 Thread Johan Holmberg
Hi! I have just started using the Subversion client 1.7.5 (I used 1.6.17 previously). To be able to use my old working copies I had to do a "svnupgrade". But after the upgrade, the svn:externals are no longer fully recognized. The "svn status" command no longer "recurses into sub-projects" the way

Re: Automatic windows authentication using serf/svn 1.8

2013-06-19 Thread Stefan Sperling
On Wed, Jun 19, 2013 at 10:48:35AM +0300, Gert Kello wrote: > Hi. > > Our team is using subversion server hosted on windows machine by Apache and > https protocol and is using SSPI authentication. With svn 1.7 everything > works fine, including automatic authentication with currently logged in > w

Re: Links to Japanese version of the Subversion book dead?

2013-06-19 Thread Stefan Sperling
On Wed, Jun 19, 2013 at 08:30:12AM +0900, Olaf Meeuwissen wrote: > Hi, > > I'm looking for the Japanese translation of the Subversion book. > > The links to the single and multi-page versions on the "cover page"[1] > appear to lead nowhere these days. > > [1] http://svnbook.red-bean.com/index.j

Re: vimdiff wrapper for diff-cmd not working with 1.8

2013-06-19 Thread Philip Martin
Philip Martin writes: > Ben Reser writes: > >> I don't imagine it'd take very long at all to implement but the >> problem of course is that we really should think carefully how we go >> about doing this. If we can detect this at runtime we probably >> should. > > I don't see how Subversion can

Re: Crash in 1.8.0

2013-06-19 Thread Daniel Shahaf
Morten Due Jorgensen wrote on Wed, Jun 19, 2013 at 11:42:32 +0200: > In the meantime, should I "clean up" the repository before upgrading it > to 1.8.1, or can I just upgrade it when 1.8.1 is released? The latter. > Is the repository in a working order right now? For this particular failure m

Re: Crash in 1.8.0

2013-06-19 Thread Daniel Shahaf
Does %REPOS_DIR%\db\format contain "4 layout linear"? If so, that's a known issue that will be fixed in 1.8.1. Daniel Morten Due Jorgensen wrote on Wed, Jun 19, 2013 at 10:28:09 +0200: > Hi, > > I just downloaded the subversion 1.8.0 source, and built it for Windows > (I am running XP. I can

Re: please unsubscribe me from the list

2013-06-19 Thread Lorenz
Alexander Ivanenko wrote: > Please unsubscribe me from the list, unsubscribe-us...@subversion.apache.org > seems not to work! you got the email adress wrong, look in the eMail headers for the correct spelling. -- Lorenz

Crash in 1.8.0

2013-06-19 Thread Morten Due Jorgensen
Hi, I just downloaded the subversion 1.8.0 source, and built it for Windows (I am running XP. I can supply build info as well, if required, build script and output). When I upgraded my repositories, (just) one of them caused svnadmin to crash. I have included log- and dmp-file, let me know, i

Re: vimdiff wrapper for diff-cmd not working with 1.8

2013-06-19 Thread Philip Martin
Michael Schlottke writes: > However, for now I'd prefer a quick-n-dirty solution rather than not > being able to upgrade at all. I know this is asking for quite > something, especially since I don't know how to do it myself :-/ Here's my really quick-n-dirty patch used during investigation. It'

Re: vimdiff wrapper for diff-cmd not working with 1.8

2013-06-19 Thread Michael Schlottke
On Jun 19, 2013, at 09:56 , Ben Reser wrote: > On Wed, Jun 19, 2013 at 9:11 AM, Michael Schlottke > wrote: >> Do you have an idea of how hard this is to achieve, or how long it would >> take to create a patch? I'd be happy to volunteer as a tester… >> Or do you know of an interim hack that I cou

Re: vimdiff wrapper for diff-cmd not working with 1.8

2013-06-19 Thread Philip Martin
Ben Reser writes: > I don't imagine it'd take very long at all to implement but the > problem of course is that we really should think carefully how we go > about doing this. If we can detect this at runtime we probably > should. I don't see how Subversion can determine that one script needs a

Re: vimdiff wrapper for diff-cmd not working with 1.8

2013-06-19 Thread Ben Reser
On Wed, Jun 19, 2013 at 9:11 AM, Michael Schlottke wrote: > Do you have an idea of how hard this is to achieve, or how long it would > take to create a patch? I'd be happy to volunteer as a tester… > Or do you know of an interim hack that I could use until it is properly > fixed? I don't imagine

Automatic windows authentication using serf/svn 1.8

2013-06-19 Thread Gert Kello
Hi. Our team is using subversion server hosted on windows machine by Apache and https protocol and is using SSPI authentication. With svn 1.7 everything works fine, including automatic authentication with currently logged in windows user. Today I upgraded to svn 1.8 and the automatic authenticati

please unsubscribe me from the list

2013-06-19 Thread Alexander Ivanenko
Please unsubscribe me from the list, unsubscribe-us...@subversion.apache.org seems not to work! Regards, Alexander Ivanenko 

Re: vimdiff wrapper for diff-cmd not working with 1.8

2013-06-19 Thread Michael Schlottke
On Jun 19, 2013, at 01:58 , Philip Martin wrote: > [cc to dev] > > Michael Schlottke writes: > >> I just installed svn 1.8 on our cluster. Before, we used svn 1.7.9 and >> a little vimdiff wrapper (taken, with a few changes, from >> http://svnbook.red-bean.com/nightly/en/svn.advanced.externald