Re: dumping non-continuous ranges using svnadmin dump

2010-10-01 Thread Ryan Schmidt
On Oct 1, 2010, at 21:06, Tech Geek wrote: > I have a repository called "sandbox" whose HEAD is at revision 20. I would > like to dump revisions 1 to15 and then from 18 to19. Basically I want to skip > revision 16,17 and 20. > The command: > > # svnadmin dump -r 1:15 -r 18:19 sandbox > sanbox

dumping non-continuous ranges using svnadmin dump

2010-10-01 Thread Tech Geek
I have a repository called "sandbox" whose HEAD is at revision 20. I would like to dump revisions 1 to15 and then from 18 to19. Basically I want to skip revision 16,17 and 20. The command: # svnadmin dump -r 1:15 -r 18:19 sandbox > sanbox-dumpfile gives error message: svnadmin: Multiple revision

Re: Calling svn log from a program with username and password (OSX)

2010-10-01 Thread Ryan Schmidt
On Sep 30, 2010, at 03:40, OmarShariffDoneLikeIt wrote: > I'm writing a program that processes the XML results of svn log. After > following a bug, I found that on OSX the following example would fail to use > the specified username and password: > > ben> svn log --username someoneelse --password

Re: Unify Multiple Repositories, then switch?

2010-10-01 Thread Ryan Schmidt
On Oct 1, 2010, at 16:20, Andrew N Marshall wrote: > > I'm trying to merge multiple Subversion repositories into a single repository > without too much hassle on my users. > > I did roughly the following: > >> svnadmin dump old_repo> old_repo.dump >> svnadmin load combined_repo --parent-dir

Unify Multiple Repositories, then switch?

2010-10-01 Thread Andrew N Marshall
I'm trying to merge multiple Subversion repositories into a single repository without too much hassle on my users. I did roughly the following: svnadmin dump old_repo> old_repo.dump svnadmin load combined_repo --parent-dir old_repo_path< old_repo.dir cd old_working_dir svn switch http:

Re: confirm subscribe to users@subversion.apache.org

2010-10-01 Thread Andrew N Marshall
On 10/1/10 1:56 PM, users-h...@subversion.apache.org wrote: Hi! This is the ezmlm program. I'm managing the users@subversion.apache.org mailing list. To confirm that you would like amars...@checkpoints.com added to the users mailing list, please send a short reply to this address: u

Re: Subversion 1.6.13 Released

2010-10-01 Thread Mark Phippard
On Fri, Oct 1, 2010 at 1:54 PM, Bob Archer wrote: > Is 3242 actually included in this? The release notes show: > > * permissions fixes when doing reintegrate merges (related to issue #3242) > > but doesn't actually list "Subversion demands unnecessary access to parent > directories of > operation

RE: Subversion 1.6.13 Released

2010-10-01 Thread Bob Archer
Is 3242 actually included in this? The release notes show: * permissions fixes when doing reintegrate merges (related to issue #3242) but doesn't actually list "Subversion demands unnecessary access to parent directories of operations" in the list. (#3242) The tracker shows 1.6.13 was the "targ

Subversion 1.6.13 Released

2010-10-01 Thread Hyrum K. Wright
[ Please note: I prior version of this mail referred to the incorrect CVE number. ] I'm happy to announce Subversion 1.6.13, available from: http://subversion.tigris.org/downloads/subversion-1.6.13.tar.bz2 http://subversion.tigris.org/downloads/subversion-1.6.13.tar.gz http://subversi

Subversion 1.6.13 Released

2010-10-01 Thread Hyrum K. Wright
I'm happy to announce Subversion 1.6.13, available from: http://subversion.tigris.org/downloads/subversion-1.6.13.tar.bz2 http://subversion.tigris.org/downloads/subversion-1.6.13.tar.gz http://subversion.tigris.org/downloads/subversion-1.6.13.zip http://subversion.tigris.org/downlo

Re: [svn-policy] Anonymous read in toplevel but deny read deeper

2010-10-01 Thread Mark Phippard
See: http://blogs.open.collab.net/svn/2007/03/authz_and_anon_.html On Fri, Oct 1, 2010 at 7:25 AM, Ray Rashif wrote: > Hi all > > I have something like the following: > > [groups] > admin = joe > contrib = susan, mark > devs = andy, jane > > [/] > * = r > > [/trunk] > @admin = rw > > [/trunk/co

[svn-policy] Anonymous read in toplevel but deny read deeper

2010-10-01 Thread Ray Rashif
Hi all I have something like the following: [groups] admin = joe contrib = susan, mark devs = andy, jane [/] * = r [/trunk] @admin = rw [/trunk/contrib] @contrib = rw @devs = rw [/trunk/dev] * = @contrib = @devs = rw Unfortunately, authentication does not work, and anyone can read '/trunk/de

Re: Subversion Blues - please help

2010-10-01 Thread Alan Barrett
> > On 9/29/2010 11:11 AM, Alan Barrett wrote: > >> I make my hooks directory a working copy of an appropriate subdirecrory > >> in the repository (or in another repository), and use a post-commit > >> hook to run "svn update" in the hooks dir when it sees a commit to the > >> relevant path. > Les