RE: svnserv + ssh + ldap

2010-07-30 Thread Cooke, Mark
-Original Message- From: Nils Wilhelm [mailto:mur...@planet-of-art.de] Sent: 30 July 2010 00:58 To: users@subversion.apache.org Subject: Re: svnserv + ssh + ldap Hi there, this is in addition to my last post: If i use - svn:// protocol everything will be sent in plain text

RE: Possible corruption?

2010-07-30 Thread Cooke, Mark
-Original Message- From: west alto [mailto:westa...@gmail.com] Sent: 30 July 2010 04:23 To: Subversion Subject: Possible corruption? Hi, This is my setup. I have 2 subversion server (svn1 and svn2) running 1.6 and a SAN Disk which house my repository. First i mount my SAN

Re: Possible corruption?

2010-07-30 Thread Daniel Shahaf
For fsfs you should be okay. I'm not sure about bdb; if the two servers don't have the same architecture and the same BDB versions, how would BDB behave when trying to read the (incompatible?) on-disk databases. west alto wrote on Fri, Jul 30, 2010 at 11:23:25 +0800: Hi, This is my setup. I

Re: Mailing lists? Really?

2010-07-30 Thread Daniel Shahaf
David Weintraub wrote on Thu, Jul 29, 2010 at 16:23:57 -0400: On Wed, Jul 28, 2010 at 2:13 PM, Ds Jstc dsj...@gmail.com wrote: But I have one big problem that I can't resolve. It's this: the mailing list paradigm drives me insane. I want to search for solutions, complain about my

Re: How to cut and graft?

2010-07-30 Thread Daniel Shahaf
Ryan Schmidt wrote on Thu, Jul 29, 2010 at 20:50:16 -0500: svn rm $URL/trunk -m Delete old trunk svn mv $URL/branches/thebranch $URL/trunk -m Make branch thebranch the new trunk And to do this rm+mv in one commit, you could use svnmucc.

Re: Branching from Working Copy with Partial Visibility

2010-07-30 Thread Daniel Shahaf
Neil Gray (Chemstations) wrote on Thu, Jul 29, 2010 at 14:49:59 -0700: Hello. My subversion repository has some directories with restricted access configured by the authz file. This works very well, and checkouts with partial visibility. However if I need to make a branch, I cannot seem

RE: Help: svn: Working copy 'XXXX/XXXX/XXX' locked

2010-07-30 Thread Bert Huijben
-Original Message- From: Di Hu [mailto:d...@purdue.edu] Sent: vrijdag 30 juli 2010 3:34 To: users@subversion.apache.org Subject: Re: Help: svn: Working copy '//XXX' locked Hi Ryan: Thanks for your suggestion. I did use svn add align.c sometime before. But I don't

RE: Help: svn: Working copy 'XXXX/XXXX/XXX' locked

2010-07-30 Thread Di Hu
Hi Bert, I think I tried 'svn status' before. It didn't help me because I couldn't understand what it showed. But I have sloved this problem by renaming one of the files through urls. Thank you for your suggestion. Di Bert Huijben-5 wrote: All 'svn' operations normalize the casing of

Re: How to choose between svn http?

2010-07-30 Thread STF SVN
On Thu, Jul 29, 2010 at 22:40, David Weintraub qazw...@gmail.com wrote: The standard 'svn' protocol is faster, but it uses port 3690 by default. It is very likely that your VPN will block traffic to this port. Why so? You can start svnserve on another port, and you can use ssh+svn

RES: Branching from Working Copy with Partial Visibility

2010-07-30 Thread Luiz Guilherme Kimel
Interesting topic and sorry the intromission, but I wonder, after creating that branch with an user who has full recursive permissions, if there is a low administrative effort way of persisting original access rights, since the path changed. This should be accomplished without having to create

Re: svnserv + ssh + ldap

2010-07-30 Thread Andy Levy
On Fri, Jul 30, 2010 at 07:56, Nico Kadel-Garcia nka...@gmail.com wrote: On Thu, Jul 29, 2010 at 8:51 AM, Nils Wilhelm mur...@planet-of-art.de wrote: Hi there, i need your help getting an overview and configuring a subversion server. What i have to do is setting up a subversion server using

Re: How to choose between svn http?

2010-07-30 Thread Andy Levy
On Fri, Jul 30, 2010 at 08:32, STF SVN lapsap7+...@gmail.com wrote: On Thu, Jul 29, 2010 at 22:40, David Weintraub qazw...@gmail.com wrote: The standard 'svn' protocol is faster, but it uses port 3690 by default. It is very likely that your VPN will block traffic to this port.     Why so?

Re: svnserv + ssh + ldap

2010-07-30 Thread Nils Wilhelm
Hi there, Stefan Sperling wrote: If I understood correctly, the question was about using Subversion with SSH and LDAP. You're right. i have installed the server by using this tutorial http://jimmyg.org/blog/2007/subversion-over-svnssh-on-debian.html So what i have now is a subversion

Re: svnserv + ssh + ldap

2010-07-30 Thread Stefan Sperling
On Fri, Jul 30, 2010 at 04:20:14PM +0200, Nils Wilhelm wrote: Hi there, Stefan Sperling wrote: If I understood correctly, the question was about using Subversion with SSH and LDAP. You're right. i have installed the server by using this tutorial

Avoiding the svn: Write error: Broken pipe error messages

2010-07-30 Thread Vincent Lefevre
Since http://subversion.tigris.org/issues/show_bug.cgi?id=3014 (svn log | head should not print Write error: Broken pipe) isn't fixed yet, I've eventually written a simple wrapper. See attachment. It's not perfect, but better than nothing. Note: for those who use localized messages, the script

Repository Directory Tree

2010-07-30 Thread Allen Williams
My subversion repository is in /var/svn. Somehow (and, yes, I'm new; I'm evaluating it), I've wound up with the following directory structure in my subversion repository: /var/svn/ var/svn/proj1 var/svn/proj2 var/svn/proj3. In other words, to do a list of the repositories, I have

Re: svnserv + ssh + ldap

2010-07-30 Thread Nico Kadel-Garcia
On Fri, Jul 30, 2010 at 8:49 AM, Stefan Sperling s...@elego.de wrote: On Fri, Jul 30, 2010 at 07:56:50AM -0400, Nico Kadel-Garcia wrote: Don't use LDAP. One problem is that it will allow multiple users filesystem access to the Subversion repository, and *SOMEONE* is likely to screw it up for

Re: Help: svn: Working copy 'XXXX/XXXX/XXX' locked

2010-07-30 Thread Ryan Schmidt
On Jul 30, 2010, at 03:30, Bert Huijben wrote: All 'svn' operations normalize the casing of passed filenames to their on-disk casing on case insensitive systems. (I'm not 100% sure if this works this way on Mac/OS, but it does on Windows So if there is some 'aLIGN.c' on disk and you pass

Re: Recovering repository with multiple missing rev/ files

2010-07-30 Thread Eiren Smith
On Jun 15, 2010, at 11:31 AM, Stefan Sperling wrote: On Tue, Jun 15, 2010 at 11:09:39AM -0400, Eiren Smith wrote: Dear SVNers, I'm trying to recover an SVN repository after a hard drive failure. From 7,797 revisions, we lost the following seven (7) files from the .../repo_dir/db/revs/7/

Re: Recovering repository with multiple missing rev/ files

2010-07-30 Thread Stefan Sperling
On Fri, Jul 30, 2010 at 01:57:12PM -0400, Eiren Smith wrote: Unfortunately, it appears I cannot create dump files from revisions after a missing revs/ file gap. All the dumpfiles I created which began with a revision past a point of continuity were unusable. They collapsed upon re-import

Re: Avoiding the svn: Write error: Broken pipe error messages

2010-07-30 Thread Vincent Lefevre
On 2010-07-30 16:52:23 +0200, Vincent Lefevre wrote: Since http://subversion.tigris.org/issues/show_bug.cgi?id=3014 (svn log | head should not print Write error: Broken pipe) isn't fixed yet, I've eventually written a simple wrapper. See attachment. It's not perfect, but better than nothing.

Re: Mailing lists? Really?

2010-07-30 Thread Ed
On Wed, Jul 28, 2010 at 2:02 PM, Ralph Seichter subversion...@seichter.de wrote: On 28.07.10 20:13, Ds Jstc wrote: my inbox is entirely full enough, thank you. There are numerous fine MUAs out there which will gladly sort your incoming mail and prevent inbox clutter by providing folders. You

Re: Repository Directory Tree

2010-07-30 Thread Ryan Schmidt
On Jul 30, 2010, at 11:14, Allen Williams wrote: My subversion repository is in /var/svn. Somehow (and, yes, I'm new; I'm evaluating it), I've wound up with the following directory structure in my subversion repository: /var/svn/ var/svn/proj1 var/svn/proj2 var/svn/proj3.

Re: svnserv + ssh + ldap

2010-07-30 Thread Stefan Sperling
On Fri, Jul 30, 2010 at 12:17:50PM -0400, Nico Kadel-Garcia wrote: On Fri, Jul 30, 2010 at 8:49 AM, Stefan Sperling s...@elego.de wrote: On Fri, Jul 30, 2010 at 07:56:50AM -0400, Nico Kadel-Garcia wrote: Don't use LDAP. One problem is that it will allow multiple users filesystem access to

Re: Recovering repository with multiple missing rev/ files

2010-07-30 Thread Daniel Shahaf
Stefan Sperling wrote on Fri, Jul 30, 2010 at 20:05:16 +0200: On Fri, Jul 30, 2010 at 01:57:12PM -0400, Eiren Smith wrote: Unfortunately, it appears I cannot create dump files from revisions after a missing revs/ file gap. All the dumpfiles I created which began with a revision past a point

Re: Recovering repository with multiple missing rev/ files

2010-07-30 Thread Eiren Smith
On Jul 30, 2010, at 2:05 PM, Stefan Sperling wrote: On Fri, Jul 30, 2010 at 01:57:12PM -0400, Eiren Smith wrote: Unfortunately, it appears I cannot create dump files from revisions after a missing revs/ file gap. All the dumpfiles I created which began with a revision past a point of

Re: Recovering repository with multiple missing rev/ files

2010-07-30 Thread Eiren Smith
On Jul 30, 2010, at 3:41 PM, Daniel Shahaf wrote: Stefan Sperling wrote on Fri, Jul 30, 2010 at 20:05:16 +0200: On Fri, Jul 30, 2010 at 01:57:12PM -0400, Eiren Smith wrote: Unfortunately, it appears I cannot create dump files from revisions after a missing revs/ file gap. All the dumpfiles I

Re: svnserv + ssh + ldap

2010-07-30 Thread Nico Kadel-Garcia
On Fri, Jul 30, 2010 at 1:19 PM, Stefan Sperling s...@elego.de wrote: On Fri, Jul 30, 2010 at 12:17:50PM -0400, Nico Kadel-Garcia wrote: On Fri, Jul 30, 2010 at 8:49 AM, Stefan Sperling s...@elego.de wrote: On Fri, Jul 30, 2010 at 07:56:50AM -0400, Nico Kadel-Garcia wrote: Don't use LDAP.

Re: Repository shrinkage on conversion 1.5 - 1.6?

2010-07-30 Thread Yves Martin
On Wed, 2010-07-28 at 11:44 +0100, John Beranek wrote: I believe we do have a lot of traditional ttb branching, plus additionally some copying from common directories to project directories. Thanks for your quick answer, it reassures me somewhat that data hasn't gone missing. ;) Hello

Re: Recovering repository with multiple missing rev/ files

2010-07-30 Thread Stefan Sperling
On Fri, Jul 30, 2010 at 03:43:12PM -0400, Eiren Smith wrote: 2. Copied revision revs/7/7263 file from that dumpfile-backup-based repo into my production repo (the one missing some revs/ files -- I'll call it my corrupt repo). Copying rev files like this most likely won't work. 3. Tried to

Re: svnserv + ssh + ldap

2010-07-30 Thread Stefan Sperling
On Fri, Jul 30, 2010 at 05:51:42PM -0400, Nico Kadel-Garcia wrote: It's the integration of LDAP authentication the interferes with restricting the ssh+svn access to strictly ssh+svn, and allows access to the filesystem of the Subversion server via ssh, scp, and possibly sftp. I see. Well, if

Re: Recovering repository with multiple missing rev/ files

2010-07-30 Thread Daniel Shahaf
Eiren Smith wrote on Fri, Jul 30, 2010 at 17:22:43 -0400: On Jul 30, 2010, at 3:41 PM, Daniel Shahaf wrote: Stefan Sperling wrote on Fri, Jul 30, 2010 at 20:05:16 +0200: On Fri, Jul 30, 2010 at 01:57:12PM -0400, Eiren Smith wrote: Unfortunately, it appears I cannot create dump files from

Re: svnserv + ssh + ldap

2010-07-30 Thread Nico Kadel-Garcia
On Fri, Jul 30, 2010 at 6:50 PM, Stefan Sperling s...@elego.de wrote: On Fri, Jul 30, 2010 at 05:51:42PM -0400, Nico Kadel-Garcia wrote: It's the integration of LDAP authentication the interferes with restricting the ssh+svn access to strictly ssh+svn, and allows access to the filesystem of