Hi,
does SVN support exit codes. Suppose if I use "svn merge" in my shell
script, will svn be able to return exit code "0" if the merge is successful.
Thanks,
Charan
On Thu, Mar 18, 2010 at 11:50:23AM +0900, Craig McQueen wrote:
> Comparing:
> http://subversion.apache.org/docs/release-notes/1.6.html#historical-uris
> http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.browsing
>
> (namely the box "Can I View Older R
Hello,
Comparing:
http://subversion.apache.org/docs/release-notes/1.6.html#historical-uris
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.browsing
(namely the box "Can I View Older Revisions?")
It seems the latter is out-of-date. Should I submit
You should NEVER use the file:// protocol unless you are the only
person using the repository, and the repository is only accessible by
you.
The file:// protocol requires read and write permissions on all files
in the repository for the user who is doing the committing. This means
that instead of
unsubscribe t...@specialistdevelopment.com
Thankyou :)
Tony
On 17 Mar 2010, at 21:05, Tyler Roscoe wrote:
> On Wed, Mar 17, 2010 at 08:41:04PM +, Anthony Davis wrote:
>> Sorry to ask this to the list, but i cant find any documents about it,
>> I need to change my svn mailing list address, how can I do this
>> please?
>
> unsubscrib
On Wed, Mar 17, 2010 at 08:41:04PM +, Anthony Davis wrote:
> Sorry to ask this to the list, but i cant find any documents about it,
> I need to change my svn mailing list address, how can I do this
> please?
unsubscribe old address.
subscribe new address.
pretty sure that's the easiest/best/o
Hi,
Sorry to ask this to the list, but i cant find any documents about it, I need
to change my svn mailing list address, how can I do this please?
Kind Regards
Tony
On 17.03.2010 20:31, Carsten Fuchs wrote:
using svn-1.6.6 on Windows Server 2003, I experience the same problem as
described by Yann Eads at
http://svn.haxx.se/dev/archive-2008-02/0693.shtml
Btw, the original thread at the TSVN mailing list is at
http://svn.haxx.se/tsvnusers/archive-2008-02/in
Hi all,
using svn-1.6.6 on Windows Server 2003, I experience the same problem as
described by Yann Eads at
http://svn.haxx.se/dev/archive-2008-02/0693.shtml
In summary, proxy authentication via NTLM fails, because even though the proxy credentials are
properly specified in the "server
Hi,
Anton Prowse wrote:
[...]
> [/trunk/specialfile]
> user2 =
[...]
> when I authenticate as user2 I receive the following error
> when trying to create a branch from the trunk of "repos1":
> Server sent unexpected return value (403 Forbidden) in
> response to COPY request for '/repos/repos1/!svn
Good eye, it is Microsoft SFU. If SVN won't track how I think the devs have
asked for it, we'll have to wait until their code is re-factored to obviate the
whole problem.
Thanks much.
-JDrake
-Original Message-
From: Tyler Roscoe [mailto:ty...@cryptio.net]
Sent: Wednesday, March 1
On Wed, Mar 17, 2010 at 13:28, wrote:
> The svn:executable property is maintained, the devs need some more
> granularity unfortunately. We aren't connecting over samba, our export is to
> local disk.
Subversion doesn't track permissions like you're wanting.
Maybe have your build/export script
The svn:executable property is maintained, the devs need some more granularity
unfortunately. We aren't connecting over samba, our export is to local disk.
-JDrake
-Original Message-
From: Andy Levy [mailto:andy.l...@gmail.com]
Sent: Wednesday, March 17, 2010 1:02 PM
To: Drake, Jeff
On Wed, Mar 17, 2010 at 01:02:10PM -0400, Andy Levy wrote:
> On Wed, Mar 17, 2010 at 12:40, wrote:
> > This might not really be a SVN question, but somebody may have encountered
> > it. I need to be able to export code from windows hosted SVN (Apache/2.0.58
> > (Win32) DAV/2 SVN/1.3.1) and mainta
On Wed, Mar 17, 2010 at 12:40, wrote:
> This might not really be a SVN question, but somebody may have encountered
> it. I need to be able to export code from windows hosted SVN (Apache/2.0.58
> (Win32) DAV/2 SVN/1.3.1) and maintain linux permissions set by linux clients
> at commit time. I typ
This might not really be a SVN question, but somebody may have encountered it.
I need to be able to export code from windows hosted SVN (Apache/2.0.58 (Win32)
DAV/2 SVN/1.3.1) and maintain linux permissions set by linux clients at commit
time. I typically get permissions that omit the group an
On Wed, Mar 17, 2010 at 10:54:29AM -0500, Thomas S. Trias wrote:
> I will gladly lend time and energy as available; I envision even
> more affected commands, such as info and ls for their last committed
> revision calculation.
Great, that's very much appreciated!
If you haven't done so, you might
I will gladly lend time and energy as available; I envision even more
affected commands, such as info and ls for their last committed revision
calculation.
Thanks,
Thomas S. Trias
Senior Developer
Artizan Internet Services
http://www.artizan.com/
Original Message
Subject:
On Wed, Mar 17, 2010 at 11:30, Jeff Marver wrote:
> Hi all,
>
>
>
> We're using SharpSVN.SvnRepositoryClient.CreateRepository to create file:///
> protocol based svn repositories on shared Windows network drives. Can anyone
> tell me the exact permissions a Windows user will need to fully interact
Hi all,
We're using SharpSVN.SvnRepositoryClient.CreateRepository to create file:///
protocol based svn repositories on shared Windows network drives. Can anyone
tell me the exact permissions a Windows user will need to fully interact with
the repository? We're recently run into a user tha
From: Bob Archer
Date: 17/03/2010 15:32
>> Several users are configured to use our Subversion system via HTTPS and
>> Basic authentication.
>>
>> Repos URL:
>> https://www.example.com/repos/repos1/trunk
>>
>>
>> Apache config "vhost_ssl.conf":
>>
>>
>> DAV svn
>> SVNParentPath /var/www/s
On Wed, Mar 17, 2010 at 02:46:47PM +0100, emiliano.mon...@eu.steria.be wrote:
> Hallo,
>
> I'm new comer in Subversion users mailing list and I want post my first
> question:
> I have Subversion 1.4.5 release up and running over a Linux CentOS
> machine. Due to I would like to upgrade Subversion
> Several users are configured to use our Subversion system via HTTPS and
> Basic authentication.
>
> Repos URL:
> https://www.example.com/repos/repos1/trunk
>
>
> Apache config "vhost_ssl.conf":
>
>
> DAV svn
> SVNParentPath /var/www/svn
>
> AuthzSVNAccessFile /var/www/vhosts/exa
On Wednesday 17 March 2010, emiliano.mon...@eu.steria.be wrote:
> I have Subversion 1.4.5 release up and running over a Linux CentOS
> machine. Due to I would like to upgrade Subversion to 1.6.9 release, I
> would like to know if it is possible to install two Subversion release on
> the same machin
Hallo,
I'm new comer in Subversion users mailing list and I want post my first
question:
I have Subversion 1.4.5 release up and running over a Linux CentOS
machine. Due to I would like to upgrade Subversion to 1.6.9 release, I
would like to know if it is possible to install two Subversion relea
Several users are configured to use our Subversion system via HTTPS and Basic
authentication.
Repos URL:
https://www.example.com/repos/repos1/trunk
Apache config "vhost_ssl.conf":
DAV svn
SVNParentPath /var/www/svn
AuthzSVNAccessFile /var/www/vhosts/example.com/conf/reposAccessFi
This sounds like the checkout is just slow in creating files, triggering server
timeouts that are probably configurable. When talking directly to the server,
this should be controlled by the apache 'TimeOut' directive which defaults to
300 seconds. It is also possible for intermediate NAT or f
Hi,
Subversion uses the neon (or serf) library for connecting with webdav
repositories. It doesn't change any of the tcp settings itself, nor does it
handle the tcp connections. (Neither of those has specific MTU handling or
anything like that as far as I can tell. They just
On Fri, Mar 12, 2010 at 9:34 AM, Justin Johnson wrote:
> Hi,
>
> I'm trying to understand why the following error occurs.
>
> svn: REPORT request failed on '/svn/reponame/!svn/vcc/default'
> svn: REPORT of '/svn/reponame/!svn/vcc/default': Could not read response
> body: An existing connection was
svn:sync-lock is set by svnsync as follows:
apr_err = apr_gethostname(hostname_str, sizeof(hostname_str), pool);
...
mylocktoken = svn_string_createf(pool, "%s:%s", hostname_str,
svn_uuid_generate(pool));
...
/* Except in the very last iteration, tr
On Tue, Mar 16, 2010 at 05:26:47PM -0700, eg wrote:
> On 3/15/2010 9:12 AM, Stefan Sperling wrote:
>
> >There is an experimental branch which is aimed at implementing
> >what you need:
> >http://svn.apache.org/repos/asf/subversion/branches/ignore-mergeinfo/BRANCH-README
> >
> >I don't know what th
Yes, I know that, but svn:sync-lock is a system property added by
svnsync during synchronization, to keep the target repository locked.
How do I re-encode it?
2010/3/17 Ryan Schmidt :
> On Mar 17, 2010, at 00:08, Dmitry Savvateev wrote:
>
>> I've ran into the following problem with svnsync on Wind
33 matches
Mail list logo