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
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
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
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
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:
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
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
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
[ 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
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
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
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
> > 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
13 matches
Mail list logo