Re: Implementations of an SVN/DAV aware proxy?

2012-04-17 Thread Tim Watts
Lorenz yahoo.com> wrote: > Tim Watts wrote: >> [...] >> We're changing SVN servers from mod-dav-svn to SCM-Manager - and one >> minor fly in the ointment is the style of our old repo URI, which was >> of >> the form: > is there a reason you can't just use 'svn relocate' on the working > copie

RE: Need help troubleshooting user authentication (apache)

2012-04-17 Thread Cooke, Mark
Hi, I am resurrecting this old thread as the problem has not gone away and I think I have new info but I am not sure how best to proceed... More inline below... > -Original Message- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > Sent: 10 March 2011 20:58 > To: Cooke, Mark > Cc: Da

Error svn: E155010 when merging Add then Delete in the same merge operation

2012-04-17 Thread Andrea Antonio Maleci
Hi all, I'm doing some sparse merge operation, unsing -r option. If in the same merge action I merge a revision that contains an add action on a file and then another revision that contain a delete of the same file, I have the error: svn: E155010: The node 'file' was not found. Here an example:

Re: Implementations of an SVN/DAV aware proxy?

2012-04-17 Thread Daniel Shahaf
svn 1.7 is supposed to follow 301(permanent)/302(temporary) redirects. Are you on 1.7.x? Tim Watts wrote on Tue, Apr 17, 2012 at 09:25:01 +0100: > Lorenz yahoo.com> wrote: > > > Tim Watts wrote: > >> [...] > >> We're changing SVN servers from mod-dav-svn to SCM-Manager - and one > >> minor fly in

Re: Need help troubleshooting user authentication (apache)

2012-04-17 Thread Johan Corveleyn
On Tue, Apr 17, 2012 at 11:34 AM, Cooke, Mark wrote: > Hi, > > I am resurrecting this old thread as the problem has not gone away and I > think I have new info but I am not sure how best to proceed... More inline > below... > >> -Original Message- >> From: Johan Corveleyn [mailto:jcor...

'svn upgrade' fails with "svn: E155016: Insufficient NODES rows"

2012-04-17 Thread Johan Corveleyn
When 'svn upgrade'-ing a 1.6 working copy with 1.7.4 (SlikSVN), I get the following error: [[[ C:\Temp\sourcesTest>svn upgrade Upgraded '.' Upgraded 'uz' ... svn: E155016: Insufficient NODES rows for 'C:\Temp\sourcesTest\.svn\tmp\wcng\uz\mock\TraceElement.java' ]]] I ran cleanup before the upgrad

Re: Implementations of an SVN/DAV aware proxy?

2012-04-17 Thread Tim Watts
Hi Daniel, All 1.6.x sadly... But it is OK - my colleague agrees that we can just convert the working copies as required - this is probably better as then we do not have to support some legacy crap forever :) I am surprised though - that it is so unusual to want to build a DAV/SVN proxy wit

Re: 'svn upgrade' fails with "svn: E155016: Insufficient NODES rows"

2012-04-17 Thread Philip Martin
Johan Corveleyn writes: > When 'svn upgrade'-ing a 1.6 working copy with 1.7.4 (SlikSVN), I get > the following error: > > [[[ > C:\Temp\sourcesTest>svn upgrade > Upgraded '.' > Upgraded 'uz' > ... > svn: E155016: Insufficient NODES rows for > 'C:\Temp\sourcesTest\.svn\tmp\wcng\uz\mock\TraceEleme

Re: 'svn upgrade' fails with "svn: E155016: Insufficient NODES rows"

2012-04-17 Thread Johan Corveleyn
On Tue, Apr 17, 2012 at 2:04 PM, Philip Martin wrote: > Johan Corveleyn writes: > >> When 'svn upgrade'-ing a 1.6 working copy with 1.7.4 (SlikSVN), I get >> the following error: >> >> [[[ >> C:\Temp\sourcesTest>svn upgrade >> Upgraded '.' >> Upgraded 'uz' >> ... >> svn: E155016: Insufficient NOD

Re: Implementations of an SVN/DAV aware proxy?

2012-04-17 Thread Les Mikesell
On Tue, Apr 17, 2012 at 5:01 AM, Daniel Shahaf wrote: > svn 1.7 is supposed to follow 301(permanent)/302(temporary) redirects. > Are you on 1.7.x? > That's not the same thing as working correctly through a proxy. There are all sorts of reasons to use proxies, some involving firewalled or unroute

Re: 'svn upgrade' fails with "svn: E155016: Insufficient NODES rows"

2012-04-17 Thread Philip Martin
Johan Corveleyn writes: > Do you think it would be useful / feasible to let the 1.7-upgrade code > cope with this specific corruption, and just silently fix it? If somebody can be bothered to write the code I suppose it should be possible to ignore .svn-revert files for nodes that are not 'R'.

RE: Need help troubleshooting user authentication (apache)

2012-04-17 Thread Cooke, Mark
> -Original Message- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > Sent: 17 April 2012 11:02 > To: Cooke, Mark > Cc: users@subversion.apache.org > Subject: Re: Need help troubleshooting user authentication (apache) > > On Tue, Apr 17, 2012 at 11:34 AM, Cooke, Mark > wrote: > > Hi

default ignores

2012-04-17 Thread James French
Hi group, Just wanted to have a bit of rant about the default ignores that subversion clients have since its cost us so much time and hassle. I would like to argue that there should be no default ignores - let the client (customer) deal with it. The '.a' ignore has particularly hurt us. I've l

Re: default ignores

2012-04-17 Thread Les Mikesell
On Tue, Apr 17, 2012 at 10:18 AM, James French wrote: > Hi group, > > > > Just wanted to have a bit of rant about the default ignores that subversion > clients have since its cost us so much time and hassle. I would like to > argue that there should be no default ignores – let the client (customer

Re: Implementations of an SVN/DAV aware proxy?

2012-04-17 Thread Ryan Schmidt
On Apr 17, 2012, at 06:40, Tim Watts wrote: > On 17/04/12 11:01, Daniel Shahaf wrote: >> >> Tim Watts wrote on Tue, Apr 17, 2012 at 09:25:01 +0100: >>> Lorenz yahoo.com> wrote: Tim Watts wrote: > We're changing SVN servers from mod-dav-svn to SCM-Manager - and one > minor fly in t

Re: Implementations of an SVN/DAV aware proxy?

2012-04-17 Thread Tim Watts
On 17/04/12 16:57, Ryan Schmidt wrote: Then you need to be aware that on 1.6.x and earlier, the command was not called "svn relocate" but rather "svn switch --relocate". Ta - I figured that out :) And it works perfectly... Thanks for all the help! Tim -- Tim Watts Personal Blog: http://w

Re: Need help troubleshooting user authentication (apache)

2012-04-17 Thread Philip Martin
"Cooke, Mark" writes: > When using a browser, I get the following for -1 through -0 on > my UK keyboard (bounded by '[]'): > > 2012-04-17 16:03:09.734000 : svntest [!"£$%^&*()] > > ...but when I use the svn command line client I log instead: > > 2012-04-17 16:01:52.124000 : svntest [!"œ$%^&*()]

Info about SVN

2012-04-17 Thread Balta, Andre
I am an engineer for cubic defense applications and we are considering using your software for a potential program. I have a list of requirement that my information management software needs to do. I was hoping you could confirm if SVN can or cant do the following: * Assign authorize

RE: default ignores

2012-04-17 Thread James French
-Original Message- From: Les Mikesell [mailto:lesmikes...@gmail.com] Sent: 17 April 2012 16:57 To: James French Cc: Subversion Users Subject: Re: default ignores On Tue, Apr 17, 2012 at 10:18 AM, James French wrote: > Hi group, > > > > Just wanted to have a bit of rant about the defau

Re: default ignores

2012-04-17 Thread Les Mikesell
On Tue, Apr 17, 2012 at 1:08 PM, James French wrote: > > I would say that it is up to the user to check their commit and if it > contains unwanted files then that fact should be visible to them and they can > un-add them and set up an ignore if appropriate. Sorry, but no. A user can't ever un-

Accessing the SVN log from java Code

2012-04-17 Thread Arijit Datta
Hello, We have a requirement whereby we need to access a svn server and find the no. of check-ins happening for each repository. For example the SVN is hosted at https://svnexample.net And there are 3 repositories on it: https://svnexample.net/rep/project1 https://svnexample.net/rep/project2

Re: Accessing the SVN log from java Code

2012-04-17 Thread Rob van Oostrum
http://svnkit.com/ would be an obvious place to start. On Tue, Apr 17, 2012 at 2:53 PM, Arijit Datta wrote: > Hello, > > We have a requirement whereby we need to access a svn server and find the > no. of check-ins happening for each repository. > > For example the SVN is hosted at https://svnexam

Re: Accessing the SVN log from java Code

2012-04-17 Thread Andy Levy
On Tue, Apr 17, 2012 at 14:53, Arijit Datta wrote: > Hello, > > We have a requirement whereby we need to access a svn server and find the > no. of check-ins happening for each repository. > > For example the SVN is hosted at https://svnexample.net > > And there are 3 repositories on it: > > https:

Re: Accessing the SVN log from java Code

2012-04-17 Thread Arijit Datta
Hello Andy, Thanks for the quick reply. We are also not bothered with the checkouts. We are only bothered about the check-ins & we will also have similar DB setup. But we will do a nightly refresh of the data in DB by pulling the log data from the svn repository. However, the point of this

Re: Accessing the SVN log from java Code

2012-04-17 Thread Arijit Datta
Hello Andy, I am not sure if I understand this: "The only instance where this would become a problem is if you regularly change revision properties, but you can have a post-revprop-change hook to perform those updates if needed." Could you kindly explain. Thanks, AJ ___

svn: E235000: error when performin a svn switch with SVN 1.7.4

2012-04-17 Thread Derek Wallace
Hi, We are using SVN 1.7.4 (collabnet binaries on Linux). We use SVN switch command to "switch" between different TAGs for a folder. This has being working fine with 1.6.x. However now with 1.7.4 it produces a SVN error. U models/micron/MT49H3​2M18C/ReleaseNotes.t​xt U models/micron/MT49H3​2M18C

Re: Accessing the SVN log from java Code

2012-04-17 Thread Andy Levy
On Tue, Apr 17, 2012 at 15:30, Arijit Datta wrote: > Hello Andy, > > I am not sure if I understand this: > > "The only instance where this would > become a problem is if you regularly change revision properties, but > you can have a post-revprop-change hook to perform those updates if > needed." >

RE: Accessing the SVN log from java Code

2012-04-17 Thread jose.nunez-zuleta
Hi, You definitely NEED to read the documentation, here are some pointers so you can get started: * Several examples: http://wiki.svnkit.com/Managing_Repository_With_SVNKit * WIKI API: http://svnkit.com/kb/javadoc/org/tmatesoft/svn/core/wc/package-summary.html (API) But bas

Re: Info about SVN

2012-04-17 Thread Thorsten Schöning
Guten Tag Balta, Andre, am Dienstag, 17. April 2012 um 19:30 schrieben Sie: > I have a list of > requirement that my information management software needs to do. I was > hoping you could confirm if SVN can or cant do the following: Did you even read any documentation or whatever about what Subver

Re: Avoinding file handle leak using the Python bindings & core.Stream

2012-04-17 Thread Trent Nelson
On Apr 16, 2012, at 5:29 AM, Willmer, Alex (PTS) wrote: > Hello, > > I've been working on an full text search plugin for Trac. At initial setup > this indexes the entire Subversion repository by reading every node of every > version. During testing we discovered that the indexer was running ou

Re: Info about SVN

2012-04-17 Thread Chris Albertson
On Tue, Apr 17, 2012 at 10:30 AM, Balta, Andre wrote: > ** ** > > I am an engineer for cubic defense applications and we are considering > using your software for a potential program.,... > You say "*your* software". SVN is Open Source software. YOU have the source code. So in an important way,

Re: Info about SVN

2012-04-17 Thread Blair Zajac
On 04/17/2012 02:13 PM, Chris Albertson wrote: Other free software you might want to try is CVS and GIT. http://git-scm.com/ http://www.nongnu.org/cvs/ Really, recommending to try CVS??? That's a step backwards ;) Blair

Re: Accessing the SVN log from java Code

2012-04-17 Thread Ryan Schmidt
On Apr 17, 2012, at 14:22, Arijit Datta wrote: > Andy Levy wrote: >> On Tue, Apr 17, 2012 at 14:53, Arijit Datta wrote: >>> We have a requirement whereby we need to access a svn server and find the >>> no. of check-ins happening for each repository. >> The repository doesn't keep track of checkou