Re: auto-props does not work on copied files

2010-12-30 Thread Leszek Porębski
Thanks for your answer. Now I understand my mistake ;) W dniu 2010-12-29 20:50, David Weintraub pisze: On Wed, Dec 29, 2010 at 12:01 PM, Leszek Porębski wrote: Hi! I have the Revision auto-property set on files. It works pretty fine until you copy a file (etc. by branching it's project). Aft

Re: svnadmin create and not being method agnostic

2010-12-30 Thread Stefan Sperling
On Wed, Dec 29, 2010 at 09:03:16AM -0800, Philip Prindeville wrote: > On 12/29/10 8:34 AM, Nico Kadel-Garcia wrote: > >On Wed, Dec 29, 2010 at 11:01 AM, Stefan Sperling wrote: > >>The initial concern raised in this thread was that there might exist > >>a hypothetical exploit of svnserve. I'm not s

Re: svnadmin create and not being method agnostic

2010-12-30 Thread Stefan Sperling
On Thu, Dec 30, 2010 at 03:29:11PM +0100, Stefan Sperling wrote: > create-svn-repos.sh: > #!/bin/sh > svnadmin create $1 > rm -f $1/conf/svnserve.conf Of course, you would also need to delete svnserve from the system and somehow make sure that no local user can compile their own svnserve binar

RE: svnadmin create and not being method agnostic

2010-12-30 Thread Bob Archer
> I can also argue with the Principle of least astonishment: > > So say we've added a new svnadmin option --dont-create-svnserve- > config, > and we've made svnserve skip repositories which don't have an > svnserve.conf file within them (putting aside the still unsolved > problem > of what svnserv

howto replace a file with a symbolic link (without obstruct error)

2010-12-30 Thread anton
Hi, I searched google, I search the subversion doc (here I searched "obstruct" and found only a python sample). So my question (subversion.apache.org is just down, so I couldnt look at the faq): I have 2 files which are version controled: a.txt b.txt The result I want to get is: a.txt ->

Re: svnadmin create and not being method agnostic

2010-12-30 Thread Stefan Sperling
On Thu, Dec 30, 2010 at 03:32:01PM +0100, Stefan Sperling wrote: > On Thu, Dec 30, 2010 at 03:29:11PM +0100, Stefan Sperling wrote: > > create-svn-repos.sh: > > #!/bin/sh > > svnadmin create $1 > > rm -f $1/conf/svnserve.conf > > Of course, you would also need to delete svnserve from the syste

RE: svnadmin create and not being method agnostic

2010-12-30 Thread Bob Archer
> Windows (if that can be considered "secure" in the first > place), > that would also be interesting. But I'm afraid I wouldn't be able > to help with that. Why all the hate? :) Suffice to say, windows servers (these days) are only as secure as the admin makes it. I guess that applies to *Nix

Re: svnadmin create and not being method agnostic

2010-12-30 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Dec 30, 2010 at 15:48:16 +0100: > On Thu, Dec 30, 2010 at 03:32:01PM +0100, Stefan Sperling wrote: > > On Thu, Dec 30, 2010 at 03:29:11PM +0100, Stefan Sperling wrote: > > > create-svn-repos.sh: > > > #!/bin/sh > > > svnadmin create $1 > > > rm -f $1/conf/svnserve.

Re: svnadmin create and not being method agnostic

2010-12-30 Thread Stefan Sperling
On Thu, Dec 30, 2010 at 05:02:55PM +0200, Daniel Shahaf wrote: > Stefan Sperling wrote on Thu, Dec 30, 2010 at 15:48:16 +0100: > > It would be nice if the outcome of this thread was a document detailing > > requirements and solutions for a secure, apache-only subversion setup > > on a unix system.

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-30 Thread Daniel Shahaf
Nick wrote on Tue, Dec 21, 2010 at 12:00:47 -0500: > On Tue, 2010-12-21 at 11:59 +0200, Daniel Shahaf wrote: > > I've updated some > > fields, and I'll try to get around to look at it in more detail some > > time. > > I appreciate it, thanks! Sendingsubversion/libsvn_client/commit_util.c

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-30 Thread Nick
On Thu, 2010-12-30 at 21:42 +0200, Daniel Shahaf wrote: > Nick wrote on Tue, Dec 21, 2010 at 12:00:47 -0500: > > On Tue, 2010-12-21 at 11:59 +0200, Daniel Shahaf wrote: > > > I've updated some > > > fields, and I'll try to get around to look at it in more detail some > > > time. > > > > I appreci

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-30 Thread Daniel Shahaf
Nick wrote on Thu, Dec 30, 2010 at 15:44:52 -0500: > On Thu, 2010-12-30 at 21:42 +0200, Daniel Shahaf wrote: > > > Nick wrote on Tue, Dec 21, 2010 at 12:00:47 -0500: > > > On Tue, 2010-12-21 at 11:59 +0200, Daniel Shahaf wrote: > > > > I've updated some > > > > fields, and I'll try to get around t

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-30 Thread Nick
On Thu, 2010-12-30 at 22:44 +0200, Daniel Shahaf wrote: > > Awesome, thanks! Any idea which release this will make it into? > > > > 1.7.0. > > It may also make it into a 1.6.x: I've nominated it for backport, and > now it needs three +1 votes by full committers. > > (I haven't voted yet.) Whi

Re: howto replace a file with a symbolic link (without obstruct error)

2010-12-30 Thread Nick
On Thu, 2010-12-30 at 15:48 +0100, anton wrote: > Hi, > > I searched google, I search the subversion doc > (here I searched "obstruct" and found only a python sample). > > So my question (subversion.apache.org is just down, so I couldnt > look at the faq): > > I have 2 files which are version c

Re: howto replace a file with a symbolic link (without obstruct error)

2010-12-30 Thread Daniel Shahaf
Nick wrote on Thu, Dec 30, 2010 at 15:54:54 -0500: > On Thu, 2010-12-30 at 15:48 +0100, anton wrote: > > Hi, > > > > I searched google, I search the subversion doc > > (here I searched "obstruct" and found only a python sample). > > > > So my question (subversion.apache.org is just down, so I co

"svnadmin load" a huge file

2010-12-30 Thread Victor Sudakov
Colleagues, I have a CVS repository sized 54M with 17751 files. "cvs2svn --dumpfile" produces a dump sized 13G. svnadmin cannot load this dump aborting with an out of memory condition on a FreeBSD 8.1-RELEASE box with 1G of RAM and 2.5G of swap. I really need to convert this repository to SVN.