Re: Forcing the association of the author

2012-10-15 Thread Gautier DI FOLCO
2012/10/16 Andy Levy > You cannot allow anonymous commits if you want to capture the > committer's name. IOW, you need to require authentication and that > requires that you prompt for a password (also, consider this: if you > don't enforce passwords, a malicious user can commit things to the > r

Re: Forcing the association of the author

2012-10-15 Thread Andy Levy
On Mon, Oct 15, 2012 at 5:37 PM, Gautier DI FOLCO wrote: > I have an SVN repository requestable via Apache HTTPD Server 2.2.8. I want > to > > allow anyone to update or commit on it but I want a committer name. So I > must > > force the clients to provide an username but I don't want to check his

Re: svndumpfilter does not exclude some files

2012-10-15 Thread Jason Heeris
On 15 October 2012 20:05, Nico Kadel-Garcia wrote: > Understandable, but it can really bite the next person who works with > your scripts or material. I've encountered a lot of adventures with > non-7-bit-ASCII character sets over the years, and it leads to me > doing a lot of sanitizing of filena

Forcing the association of the author

2012-10-15 Thread Gautier DI FOLCO
I have an SVN repository requestable via Apache HTTPD Server 2.2.8. I want to allow anyone to update or commit on it but I want a committer name. So I must force the clients to provide an username but I don't want to check his password. I try this: DAV svn SVNParentPath /www/sv

Re: Merging repositories => UUID conflict

2012-10-15 Thread Thorsten Schöning
Guten Tag Jan Keirse, am Montag, 15. Oktober 2012 um 16:08 schrieben Sie: > However, when I try to svn relocate the working copies from > repository B to repository A because the UUID is different between > the 2 servers. I had hoped I would be able to just relocate and > after an update svn would

Re: Merging repositories => UUID conflict

2012-10-15 Thread Stephen Connolly
On 15 October 2012 15:08, Jan Keirse wrote: > Hello, > > we currently have multiple repositories but want to merge all of these for > various reasons but am running into a problem. > Here's what we have now: > Repositories A and B, they have no paths in common, except for /, because > repository

Merging repositories => UUID conflict

2012-10-15 Thread Jan Keirse
Hello, we currently have multiple repositories but want to merge all of these for various reasons but am running into a problem. Here's what we have now: Repositories A and B, they have no paths in common, except for /, because repository A has /trunk, /branches, /tags while B has /project[x]/bran

Re: svndumpfilter does not exclude some files

2012-10-15 Thread Nico Kadel-Garcia
On Mon, Oct 15, 2012 at 7:21 AM, Jason Heeris wrote: > On 15 October 2012 18:53, Nico Kadel-Garcia wrote: >> So why do you do it? Similar to putting spaces and question marks and >> quotation marks in file names, it can cause a lot of scripting >> confusion for your hook scripts. > > I did it onc

Re: svndumpfilter does not exclude some files

2012-10-15 Thread Jason Heeris
On 15 October 2012 18:53, Nico Kadel-Garcia wrote: > So why do you do it? Similar to putting spaces and question marks and > quotation marks in file names, it can cause a lot of scripting > confusion for your hook scripts. I did it once, because I didn't realise it would cause problems, and it co

RE: Vc2012 support

2012-10-15 Thread Bert Huijben
> -Original Message- > From: Philip Herron [mailto:philip.her...@wandisco.com] > Sent: maandag 15 oktober 2012 11:52 > To: users@subversion.apache.org > Subject: Vc2012 support > > Hey > > Just wondering how far off vc2012 support is for gen-make.py? I tried to > use it and let vc upgra

Re: svndumpfilter does not exclude some files

2012-10-15 Thread Nico Kadel-Garcia
On Mon, Oct 15, 2012 at 5:40 AM, Jason Heeris wrote: > On 15 October 2012 17:30, Stefan Sperling wrote: >> The square brackets are wildcard syntax saying "match any of the characters >> listed within the brackets". This is part of the syntax of the fnmatch() >> standard C function > > Oh, that ma

Re: Subversion server upgrade from 1.4 to 1.7

2012-10-15 Thread Nico Kadel-Garcia
On Mon, Oct 15, 2012 at 6:10 AM, Arivarasan Manivasagam wrote: > Thanks for the reply. > > Currently we run this version (svn, version 1.4.6 (r28521)) on a AIX > machine. I am looking at upgrading to > v1.7.6-1(http://www.perzl.org/aix/index.php?n=Main.Subversion) > > Is it enough if I do the foll

RE: Subversion server upgrade from 1.4 to 1.7

2012-10-15 Thread Cooke, Mark
> On Mon, Oct 15, 2012 at 3:19 PM, Cooke, Mark > wrote: > > > -Original Message- > > From: Arivarasan Manivasagam > > To: users@subversion.apache.org > > Subject: Subversion server upgrade from 1.4 to 1.7 > > > > > Hi, > > We want to upgrade subversion server from 1.4 to 1.7 > > Is this

Re: svndumpfilter does not exclude some files

2012-10-15 Thread Stefan Sperling
On Mon, Oct 15, 2012 at 05:40:42PM +0800, Jason Heeris wrote: > On 15 October 2012 17:30, Stefan Sperling wrote: > > The square brackets are wildcard syntax saying "match any of the characters > > listed within the brackets". This is part of the syntax of the fnmatch() > > standard C function > >

Re: Subversion server upgrade from 1.4 to 1.7

2012-10-15 Thread Arivarasan Manivasagam
Thanks for the reply. Currently we run this version (svn, version 1.4.6 (r28521)) on a AIX machine. I am looking at upgrading to v1.7.6-1( http://www.perzl.org/aix/index.php?n=Main.Subversion) Is it enough if I do the following ( http://subversion.apache.org/faq.html#dumpload)? Or do I need to do

Vc2012 support

2012-10-15 Thread Philip Herron
Hey Just wondering how far off vc2012 support is for gen-make.py? I tried to use it and let vc upgrade the .project files etc but it didn't really seem to work well throwing all kind of weird .proj errors and kind of compiling some things. --Phil

RE: Subversion server upgrade from 1.4 to 1.7

2012-10-15 Thread Cooke, Mark
> -Original Message- > From: Arivarasan Manivasagam > To: users@subversion.apache.org > Subject: Subversion server upgrade from 1.4 to 1.7 > > Hi, > We want to upgrade subversion server from 1.4 to 1.7 > Is this feasible? > Can you share any steps or documents related to the same? > > th

Re: svndumpfilter does not exclude some files

2012-10-15 Thread Jason Heeris
On 15 October 2012 17:30, Stefan Sperling wrote: > The square brackets are wildcard syntax saying "match any of the characters > listed within the brackets". This is part of the syntax of the fnmatch() > standard C function Oh, that makes sense now. That's not the first time I've been bitten by u

Subversion server upgrade from 1.4 to 1.7

2012-10-15 Thread Arivarasan Manivasagam
Hi, We want to upgrade subversion server from 1.4 to 1.7 Is this feasible? Can you share any steps or documents related to the same? thanks, Arivarasan Manivasagam

Re: svndumpfilter does not exclude some files

2012-10-15 Thread Stefan Sperling
On Mon, Oct 15, 2012 at 12:56:40PM +0800, Jason Heeris wrote: > Okay, I managed to cheat a bit, so I'm sharing my workaround here. In > my includes file, I used the form: > > /specs*01234* > > ...and for the directories: > > /results/RST-0001 (v0.01) #001* > > ...and now everything seems to