Re: Subversion server

2018-07-06 Thread Johan Corveleyn
On Thu, Jul 5, 2018 at 5:22 PM, Daniel Shahaf wrote: > Johan Corveleyn wrote on Thu, 05 Jul 2018 11:53 +0200: >> I do think it would be a great feature though, to have --include and >> --exclude options (with glob-like syntax, like our recent --search >> option for 'svn ls') for certain svn comman

Re: Subversion server

2018-07-05 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, 05 Jul 2018 15:22 +: > Johan Corveleyn wrote on Thu, 05 Jul 2018 11:53 +0200: > > I do think it would be a great feature though, to have --include and > > --exclude options (with glob-like syntax, like our recent --search > > option for 'svn ls') for certain svn comm

Re: Subversion server

2018-07-05 Thread Daniel Shahaf
Johan Corveleyn wrote on Thu, 05 Jul 2018 11:53 +0200: > I do think it would be a great feature though, to have --include and > --exclude options (with glob-like syntax, like our recent --search > option for 'svn ls') for certain svn commands. With server-side > support to only send the matching it

Re: Subversion server

2018-07-05 Thread Johan Corveleyn
On Tue, Jul 3, 2018 at 4:32 PM, Bellamy Baron wrote: > Does anyone know of a way to export a directory directly from a subversion > server and exclude certain filetypes? Not as far as I know. If you are using TortoiseSVN, maybe something can be done with client-side hook scripts [1], for example

Re: Subversion Server Replacement Query

2017-09-20 Thread Nico Kadel-Garcia
On Wed, Sep 20, 2017 at 9:44 AM, Saleh, Mai wrote: > Hi Nico, > > > > Is svnmirror means using svnsync command or it’s something different? > > > > *Thanks & BRs* > > > > *Mai Saleh* > > *IT Global Technologies & Infrastructure* > > *Software Tools Engineer* > That's exactly what I meant. If you

RE: Subversion Server Replacement Query

2017-09-20 Thread Johan Corveleyn
[ If possible, please use bottom-posting or inline replying on this list, and preferably use plain-text. More below. ] Op 20 sep. 2017 16:18 schreef "Saleh, Mai" : Also mirror, does not get hooks, we have to reconfigure it right. Dump+load or svnsync into the new FSFS format is not necessary, b

RE: Subversion Server Replacement Query

2017-09-20 Thread Saleh, Mai
c: 'corneil.duples...@gmail.com' ; 'users@subversion.apache.org' Subject: RE: Subversion Server Replacement Query Hi Nico, Is svnmirror means using svnsync command or it’s something different? Thanks & BRs Mai Saleh IT Global Technologies & Infrastructure Soft

RE: Subversion Server Replacement Query

2017-09-20 Thread Saleh, Mai
3:47 PM To: Saleh, Mai Cc: users@subversion.apache.org Subject: Re: Subversion Server Replacement Query The subversion documentation doesn't advise copying the repositories to a new 'machine' or installation. I have always used dump and load. I repository that was converted from

Re: Subversion Server Replacement Query

2017-09-20 Thread corneil.duples...@gmail.com
t; > > > *Thanks & BRs* > > > > *Mai Saleh* > > *IT Global Technologies & Infrastructure* > > *Software Tools Engineer* > > > > *From:* corneil.duples...@gmail.com [mailto:corneil.duples...@gmail.com] > *Sent:* Wednesday, September 20, 2017

RE: Subversion Server Replacement Query

2017-09-20 Thread Saleh, Mai
l-Garcia' Cc: corneil.duples...@gmail.com; users@subversion.apache.org Subject: RE: Subversion Server Replacement Query Hi Nico, Thanks a million for your detailed reply, I will be testing svnmirror solution then if it worked as expected, will use it. Thanks & BRs Mai Saleh

RE: Subversion Server Replacement Query

2017-09-20 Thread Saleh, Mai
ilto:nka...@gmail.com] Sent: Wednesday, September 20, 2017 3:08 PM To: Saleh, Mai Cc: corneil.duples...@gmail.com; users@subversion.apache.org Subject: Re: Subversion Server Replacement Query On Wed, Sep 20, 2017 at 8:27 AM, Saleh, Mai mailto:mai_sa...@mentor.com>> wrote: I will really

Re: Subversion Server Replacement Query

2017-09-20 Thread Nico Kadel-Garcia
orneil.duples...@gmail.com [mailto:corneil.duples...@gmail.com] > *Sent:* Wednesday, September 20, 2017 2:15 PM > *To:* Saleh, Mai > *Cc:* users@subversion.apache.org > *Subject:* Re: Subversion Server Replacement Query > > > > The user's working copies should be fin

RE: Subversion Server Replacement Query

2017-09-20 Thread Saleh, Mai
c: users@subversion.apache.org Subject: Re: Subversion Server Replacement Query The user's working copies should be fine. In my experience older clients are fine with newer servers and newer clients are fine with older workspace formats. Corneil du Plessis about.me/corneil On 20 Sept

Re: Subversion Server Replacement Query

2017-09-20 Thread corneil.duples...@gmail.com
corneil.duples...@gmail.com [mailto:corneil.duples...@gmail.com] > *Sent:* Wednesday, September 20, 2017 12:23 PM > *To:* Saleh, Mai > *Cc:* users@subversion.apache.org > *Subject:* Re: Subversion Server Replacement Query > > > > In short: > > Don't host on NFS or

Re: Subversion Server Replacement Query

2017-09-20 Thread Ralph Seichter
> Hi Subversion Support, Funny way to put it. ;-) This is a public mailing list of (mostly) volunteers. > Please advise as we need to move subversion from old server with OS > RH5U3 to RH7U3, all of our repositories are hosted on NFS share. Don't use network based file systems. Really, don't. >

RE: Subversion Server Replacement Query

2017-09-20 Thread Saleh, Mai
h IT Global Technologies & Infrastructure Software Tools Engineer [cid:image001.png@01D3320B.FB5F6B40] From: corneil.duples...@gmail.com [mailto:corneil.duples...@gmail.com] Sent: Wednesday, September 20, 2017 12:23 PM To: Saleh, Mai Cc: users@subversion.apache.org Subject: Re: Subversio

Re: Subversion Server Replacement Query

2017-09-20 Thread corneil.duples...@gmail.com
In short: Don't host on NFS or any remote filesystem. It is better to dump and import, you can do the dump with old or new version but will only benefit from all new features and stability with the repository in the newer version. [image: --] Corneil du Plessis [image: https://]about.me/corneil

Re: Subversion Server Replacement Query

2017-09-20 Thread Branko Čibej
On 20.09.2017 11:06, Saleh, Mai wrote: > > Hi Subversion Support, > >   > > Please advise as we need to move subversion from old server with OS > RH5U3 to RH7U3, all of our repositories are hosted on NFS share. > Don't Do That > SVN version on old server is 1.6.x and new server has version 1.9.7.

Re: Subversion Server set up

2013-04-05 Thread vishwajeet singh
On Fri, Apr 5, 2013 at 9:30 PM, Lingampalli, Vikram (Penske, Aptude Inc) < vikram.lingampa...@penske.com> wrote: > Hi Support, > This aren't support mate but a generous community > > > ** ** > > Our Application(webMethods) supports only subversion server 1.6.x, do you > have a subversion s

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
; -Original Message- > From: Arivarasan Manivasagam [mailto:wings.arivara...@gmail.com] > Sent: 15 October 2012 11:11 > To: Cooke, Mark > Cc: users@subversion.apache.org > Subject: Re: Subversion server upgrade from 1.4 to 1.7 > > Thanks for the reply. > > Currently we run this

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

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: Subversion Server Packages that are compiled with LDAP support

2012-10-11 Thread Qazwart
What confused me was the lack of mod_ldap.so, etc in the package. I do see it does work though. -- David Weintraub da...@weintraub.name On Oct 11, 2012, at 12:23 PM, Bob Archer wrote: >> We recently downloaded CollabNet's Subversion server package with Apache >> integration. Is LDAP support i

Re: Subversion Server Packages that are compiled with LDAP support

2012-10-11 Thread Mark Phippard
On Thu, Oct 11, 2012 at 12:17 PM, David Weintraub wrote: > We recently downloaded CollabNet's Subversion server package with > Apache integration. Is LDAP support included in that package. It > didn't appear to be. It includes Apache LDAP modules if that is what you mean. Both the SVN Edge and p

RE: Subversion Server Packages that are compiled with LDAP support

2012-10-11 Thread Bob Archer
> We recently downloaded CollabNet's Subversion server package with Apache > integration. Is LDAP support included in that package. It didn't appear to be. > > -- > David Weintraub > qazw...@gmail.com If you are talking about Subversion Edge then the answer is yet. I use Edge with LDAP authentic

Re: Subversion server related queries

2011-10-13 Thread Ryan Schmidt
On Oct 13, 2011, at 10:58, Nrupen Kantamneni wrote: > I am planning to have subversion deployed as a version control tool and would > like few suggestions and clarifications on the same > Does subversion support the server replication method meaning the backup > server will be up and running wit

Re: Subversion server and client tools compatibility

2011-04-27 Thread Daniel Shahaf
Andy Levy wrote on Wed, Apr 27, 2011 at 20:05:54 -0400: > On Wed, Apr 27, 2011 at 19:43, Tech Geek wrote: > > We have a SVN server running on a Debian Linux box. Running svn > > --version returns: > > svn, version 1.6.12 (r955767) > >   compiled Jul 28 2010, 08:58:12 > > > > Users uses TortoiseSVN

Re: Subversion server and client tools compatibility

2011-04-27 Thread Andy Levy
On Wed, Apr 27, 2011 at 19:43, Tech Geek wrote: > We have a SVN server running on a Debian Linux box. Running svn > --version returns: > svn, version 1.6.12 (r955767) >   compiled Jul 28 2010, 08:58:12 > > Users uses TortoiseSVN client to access repositories residing on the > SVN server. My questi