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
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
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
> -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
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,
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
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
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
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
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.
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
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.
> 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
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
> > 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
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:
>
?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
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
> 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
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
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
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
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
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.
> -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
25 matches
Mail list logo