Johan Corveleyn wrote on Fri, Apr 01, 2011 at 17:17:30 +0200:
> From my point of view, applying a special set of permissions to a
> certain subfolder everywhere in the repository, would not be a "must
> have". Normally, you either have a TTB structure at the root, so you
> can specify things specif
Nico Kadel-Garcia wrote on Fri, Apr 01, 2011 at 23:46:16 -0400:
> On Fri, Apr 1, 2011 at 10:09 PM, Daniel Shahaf
> wrote:
> > Doesn't 'svnserve --log-file' handle this?
> >
> > Clients run 'ssh $host svnserve -t' by default, so you'd have to make
> > that invocation spawn an svnserve that has --l
On Fri, Apr 1, 2011 at 10:09 PM, Daniel Shahaf wrote:
> Doesn't 'svnserve --log-file' handle this?
>
> Clients run 'ssh $host svnserve -t' by default, so you'd have to make
> that invocation spawn an svnserve that has --log-file passed to it. You
> could alter the svnserve in $PATH or use sshd co
Doesn't 'svnserve --log-file' handle this?
Clients run 'ssh $host svnserve -t' by default, so you'd have to make
that invocation spawn an svnserve that has --log-file passed to it. You
could alter the svnserve in $PATH or use sshd configuration
(ForceCommand and command="" directives) to achieve
Guillaume Lederrey wrote on Fri, Apr 01, 2011 at 18:17:21 +0200:
> I am trying to use SvnAnt with its JavaHL bindings. My networks
> require the use of a proxy that is authenticated. If I specy my
...
> Is there a work around to have svn eaither ask the user for its
> password or have it stored in
On Fri, Apr 1, 2011 at 5:03 PM, Eric wrote:
> At 04:51 PM 4/1/2011, Chris Shelton wrote:
>
>>
>>
>> If you are using apache for serving your repository,
>
> <
>
> Good afternoon, Chris.
>
> We're not... we're using svn+ssh exclusively.
This is trickier. You can log the existence of the co
Hi Sam,
does this work for you?
svn diff --diff-cmd=/usr/bin/diff -x --unified=3
On Fri, Apr 1, 2011 at 10:15 AM, Sam Steingold wrote:
> How do I supply the number of context lines for unified diff?
>
> $ svn diff --help
> seems to imply that "svn diff -x --unified" is what I need.
> However
At 04:51 PM 4/1/2011, Chris Shelton wrote:
>
If you are using apache for serving your repository,
<
Good afternoon, Chris.
We're not... we're using svn+ssh exclusively.
Eric,
On Fri, Apr 1, 2011 at 4:32 PM, Eric wrote:
>
> Is there a way to maintain a log of accesses to the repository other than
> commits? Basically anything that results in incrementing the revision number
> gets logged, but how do I log the event when a user downloads or checks out
> someth
Is there a way to maintain a log of accesses to the repository other
than commits? Basically anything that results in incrementing the
revision number gets logged, but how do I log the event when a user
downloads or checks out something from the repository?
Thanks...
Hello !
I am trying to use SvnAnt with its JavaHL bindings. My networks
require the use of a proxy that is authenticated. If I specy my
username and password in C:\Documents and Settings\\Application
Data\Subversion\servers, my script works without any problem. But
storing a password unencrypted i
On 4/1/2011 5:45 AM, KM wrote:
Thanks I think. Not sure it helps with my original question.
... which i am sure i'll figure out by trial and error.
Whether to updgrade to solaris 10 w/new server, install newer svn and
dependent packages and then copy reppos from old server - dump it and
On Thu, Mar 31, 2011 at 2:25 PM, Stefan Sperling wrote:
> On Wed, Mar 30, 2011 at 09:43:27PM -0700, Michael Mac (Palm GBU) wrote:
>> Hi,
>>
>> I'd to query the user community to know if there's been any progress
>> in using wildcards with authz? Is there a work around for this? There
>> was previo
> > > I'm currently thinking about migrating from CVS to SVN, since
> SVN
> > > is said to be the successor of CVS.
> > > When analyzing the differences between CVS and SVN I found tags
> are
> > > treated in a different way in SVN, than they were treated in
> CVS,
> > > because the tag concept in
How do I supply the number of context lines for unified diff?
$ svn diff --help
seems to imply that "svn diff -x --unified" is what I need.
However, there seems to be no way to pass "--unified=1" to the external
diff program:
$ svn di -x '--unified 1' my-file-name
svn: Invalid argument '1' in dif
> From: David Weintraub [mailto:qazw...@gmail.com]
> Sent: Freitag, 1. April 2011 02:14
> To: Stirnweiss, Siegmund SZ/HZA-ZIT3
> Cc: users@subversion.apache.org
> Subject: Re: Using tags with SVN
> On Thu, Mar 31, 2011 at 12:31 PM, Stirnweiss, Siegmund SZ/HZA-ZIT3
> wrote:
> > Hello,
> >
> > I'
Thanks I think. Not sure it helps with my original question. ... which
i am sure i'll figure out by trial and error.
Whether to updgrade to solaris 10 w/new server, install newer svn and dependent
packages and then copy reppos from old server - dump it and load it. Or
do I need
> From: Bob Archer [mailto:bob.arc...@amsi.com]
> Sent: Donnerstag, 31. März 2011 20:50
> To: Stirnweiss, Siegmund SZ/HZA-ZIT3; users@subversion.apache.org
> Subject: RE: Using tags with SVN
> > I'm currently thinking about migrating from CVS to SVN, since SVN
> > is said to be the successor of C
Clifford Yapp wrote on Thu, Mar 31, 2011 at 13:52:32 -0400:
> On Thu, Mar 31, 2011 at 1:45 PM, Daniel Shahaf
> wrote:
>
> > The first thing to say is that you aren't checking the error return
> > values. Try compiling with -DSVN_DEBUG --- that will cause an abort()
> > if you missed an error re
19 matches
Mail list logo