Re: Global ignores

2010-10-07 Thread Ryan Schmidt
On Oct 7, 2010, at 15:29, Feldhacker, Chris wrote: > Where can I find more complete information on global-ignores and the expected > format/syntax of the patterns? > > The svnbook just indicates: > The global-ignores option is a list of whitespace-delimited globs which > describe the names of f

Re: svn Farm

2010-10-07 Thread Nico Kadel-Garcia
On Thu, Oct 7, 2010 at 12:18 PM, jehan procaccia wrote: >  Le 06/10/2010 17:06, Siva Kumar a écrit : >>> >>> I need to provide svn service to many small groups of students. >>> I'am looking for a tool that would help industrialize managment of >>> repositories. >>> I don't want to issue hundreds o

Re: svn / Apache installation question

2010-10-07 Thread David Darj
On 2010-10-07 10:10, Cooke, Mark wrote: Folks, I use apache to host subversion and all seems to be working. However, I happened to read the TortoiseSVN help file this morning and noticed the following: 4. Copy the file /bin/libdb*.dll and /bin/intl3_svn.dll from the Subversion installatio

RE: How to determine high-level SVN actions from low-level Apache logs?

2010-10-07 Thread Shaun Pinney
> -Original Message- > From: Mark Phippard [mailto:markp...@gmail.com] > Sent: Thursday, October 07, 2010 1:53 PM > > On Thu, Oct 7, 2010 at 4:46 PM, Shaun Pinney > wrote: > > > I'd like to inspect the Apache log files (e.g. access_log) to determine > SVN > > activities such as commit, u

RE: How to determine high-level SVN actions from low-level Apache logs?

2010-10-07 Thread Shaun Pinney
Hi Mark, Thanks for the info - I'll try to get this option added to our server. Right now, all I have is access_log. Is there a way to get the same info from access_log? Regards, Shaun > -Original Message- > From: Mark Phippard [mailto:markp...@gmail.com] > Sent: Thursday, October 07,

Re: How to determine high-level SVN actions from low-level Apache logs?

2010-10-07 Thread Mark Phippard
On Thu, Oct 7, 2010 at 4:46 PM, Shaun Pinney wrote: > I'd like to inspect the Apache log files (e.g. access_log) to determine SVN > activities such as commit, update, svnsync, etc.  How can I do this? The best way to do this is to configure Subversion's high-level operational logging. If you us

How to determine high-level SVN actions from low-level Apache logs?

2010-10-07 Thread Shaun Pinney
Hello all, I'd like to inspect the Apache log files (e.g. access_log) to determine SVN activities such as commit, update, svnsync, etc. How can I do this? Thanks, Shaun

Global ignores

2010-10-07 Thread Feldhacker, Chris
Where can I find more complete information on global-ignores and the expected format/syntax of the patterns? The svnbook just indicates: The global-ignores option is a list of whitespace-delimited globs which describe the names of files and directories that Subversion should not display unless

Re: Checked Subversions code with cppcheck

2010-10-07 Thread Hyrum K. Wright
On Thu, Oct 7, 2010 at 3:06 PM, Itamar O wrote: > On Thu, Oct 7, 2010 at 5:04 PM, Philipp Kloke wrote: >> >> ?I am not sure if I am answering correctly (because I usually do not use >> mailing lists, I just selected the "Answer to all" button of my mail >> program), but I hope so. >> >> I now che

Re: Checked Subversions code with cppcheck

2010-10-07 Thread Itamar O
On Thu, Oct 7, 2010 at 5:04 PM, Philipp Kloke wrote: > ?I am not sure if I am answering correctly (because I usually do not use > mailing lists, I just selected the "Answer to all" button of my mail > program), but I hope so. > I now checked the code again, but with a newer version of cppcheck.

Re: svn / Apache installation question

2010-10-07 Thread Itamar O
On Thu, Oct 7, 2010 at 10:10 AM, Cooke, Mark wrote: > Folks, > > I use apache to host subversion and all seems to be working. However, I > happened to read the TortoiseSVN help file this morning and noticed the > following: > > 4. Copy the file /bin/libdb*.dll and /bin/intl3_svn.dll > from the

Re: Why doesn't 'svnadmin create' creates tags, branches, trunk?

2010-10-07 Thread Tech Geek
I just noticed that the CollabNet's Subversion Edge has this feature when you create the repository from the web browser interface. I guess at least I am not the only one (perhaps) who thought about this.

RE: svn Farm

2010-10-07 Thread Bob Archer
> Le 06/10/2010 17:06, Siva Kumar a écrit : > >> I need to provide svn service to many small groups of students. > >> I'am looking for a tool that would help industrialize managment > of > >> repositories. > >> I don't want to issue hundreds of "svn create", "vi authz" , > edit ssh keys > >> for

Re: svn Farm

2010-10-07 Thread jehan procaccia
Le 06/10/2010 17:06, Siva Kumar a écrit : I need to provide svn service to many small groups of students. I'am looking for a tool that would help industrialize managment of repositories. I don't want to issue hundreds of "svn create", "vi authz" , edit ssh keys for svn+ssh access etc ... Are the

RE: Why doesn't 'svnadmin create' creates tags, branches, trunk?

2010-10-07 Thread Bob Archer
> > From: Tech Geek [mailto:techgeek12...@gmail.com] > > > > So why don't we have (read as a feature) something like this: > > > > # svnadmin create --tbt new_repo > > > > and a repositroy with following strcuture is created > (automatically) > > > > # ls /var/lib/svn/new_repo > > branches > > tags

Re: Howto Disable Localistation?

2010-10-07 Thread Nico Kadel-Garcia
It works because the included svn does not get expanded. But it still looks confusingly recursive: it's an unfortunate and confusing coding style, easily avoided by fully qualifying the target of the svn command. 2010/10/7 Ulrich Eckhardt : > On Thursday 07 October 2010, Nico Kadel-Garcia wrote: >

Re: Checked Subversions code with cppcheck

2010-10-07 Thread Philipp Kloke
?I am not sure if I am answering correctly (because I usually do not use mailing lists, I just selected the "Answer to all" button of my mail program), but I hope so. I now checked the code again, but with a newer version of cppcheck. The results are in the attachement. If you would like to

Re: Checked Subversions code with cppcheck

2010-10-07 Thread Hyrum K. Wright
On Mon, Oct 4, 2010 at 9:59 AM, Hyrum K. Wright wrote: > On Mon, Oct 4, 2010 at 9:34 AM, Philipp Kloke wrote: >> ?Hi, >> >> I used cppcheck to analyze the source code of Subversion. >> Cppcheck claims to have found five errors and some style problems. >> >> Please have a look on the result file i

RE: Why doesn't 'svnadmin create' creates tags, branches, trunk?

2010-10-07 Thread Edward Ned Harvey
> From: Tech Geek [mailto:techgeek12...@gmail.com] > > So why don't we have (read as a feature) something like this: > > # svnadmin create --tbt new_repo > > and a repositroy with following strcuture is created (automatically) > > # ls /var/lib/svn/new_repo > branches > tags > trunk I have sev

Re: How do I enforce a minimum client version when hosted via httpd

2010-10-07 Thread Stephen Connolly
That was the trick I was looking for. Thanks On 7 October 2010 10:25, Ryan Schmidt wrote: > On Oct 7, 2010, at 03:29, Stephen Connolly wrote: > >> I remember reading before about a hack/trick that allows you to ensure that >> the client is at least mergeinfo aware when the repository is served

RE: How do I enforce a minimum client version when hosted via httpd

2010-10-07 Thread Jon Foster
Hi, Stephen Connolly wrote: > I remember reading before about a hack/trick that allows you > to ensure that the client is at least mergeinfo aware when the > repository is served via Apache httpd. You can have a start-commit hook. It can reject commits from clients that don't have the "mergeinfo

Re: How do I enforce a minimum client version when hosted via httpd

2010-10-07 Thread Ryan Schmidt
On Oct 7, 2010, at 03:29, Stephen Connolly wrote: > I remember reading before about a hack/trick that allows you to ensure that > the client is at least mergeinfo aware when the repository is served via > Apache httpd. > > Google is not being co-operative with my attempts to find the Apache HTT

How do I enforce a minimum client version when hosted via httpd

2010-10-07 Thread Stephen Connolly
I remember reading before about a hack/trick that allows you to ensure that the client is at least mergeinfo aware when the repository is served via Apache httpd. Google is not being co-operative with my attempts to find the Apache HTTPD directive that makes this magic happen. IIRC the trick is l

svn / Apache installation question

2010-10-07 Thread Cooke, Mark
Folks, I use apache to host subversion and all seems to be working. However, I happened to read the TortoiseSVN help file this morning and noticed the following: 4. Copy the file /bin/libdb*.dll and /bin/intl3_svn.dll from the Subversion installation directory to the Apache bin directory.

RE: Subversion 1.6.13 Released

2010-10-07 Thread Cooke, Mark
> -Original Message- > From: David Darj [mailto:z...@alagazam.net] > Sent: 06 October 2010 19:14 > To: Subversion Development; users; announce > Subject: Re: Subversion 1.6.13 Released > > > I'm happy to announce my release of Subversion 1.6.13 Win32 > binaries and installer > > They