Unable to parse reversed revision range

2015-02-10 Thread Trent Fisher
I am doing a dump/load of a repository, and ran into an odd (fatal) error on the load: <<< Started new transaction, based on original revision 209 svnadmin: E200020: Unable to parse reversed revision range '29584-200' I figured this would be easy enough to fix by adding --bypass-prop-validatio

Re: why cannot commit via http:// but can svn://

2015-02-10 Thread Nico Kadel-Garcia
Note that using plain HTTP access is begging to get your passwords sniffed, unless you're *really, really, really sure* that no one can get into your local network environment. SSL is typically not too hard to set up, for just such protection. > On Feb 10, 2015, at 11:39 AM, James wrote: > > I ha

Re: why cannot commit via http:// but can svn://

2015-02-10 Thread jblist
You'll need to check that the repository is writable by whatever user ID your web server is running as. Not specifically the user they authenticate their HTTP session with. > On Feb 10, 2015, at 11:39 AM, James wrote: > > I have a SVN machine in my network. I can do anything I want via svn:

Re: why cannot commit via http:// but can svn://

2015-02-10 Thread Mark Phippard
On Tue, Feb 10, 2015 at 1:39 PM, James wrote: > I have a SVN machine in my network. I can do anything I want via svn://. I > just setup the http:// access and it seems working until I found I cannot > commit my new file. The error message is : > > $ svn add scripts > A scripts > A

why cannot commit via http:// but can svn://

2015-02-10 Thread James
I have a SVN machine in my network. I can do anything I want via svn://. I just setup the http:// access and it seems working until I found I cannot commit my new file. The error message is : $ svn add scripts A scripts A scripts/svnbackup.sh [user1@dev2 Docs]$ svn commit -m "add

Re: how to backup repository with all history?

2015-02-10 Thread Les Mikesell
On Mon, Feb 9, 2015 at 10:25 PM, James wrote: > I have few repositories in my svn-root directory. > I have put a conf folder at the same level as other repositories. that conf > folder contains a authz and a passwd file which are shared by all > repositories. By doing this I can setup users and th

Re: "svn up -r" sometimes removes externals

2015-02-10 Thread Jacques Le Roux
Le 10/02/2015 14:14, jler...@apache.org a écrit : Le 10/02/2015 12:36, Stefan Sperling a écrit : On Tue, Feb 10, 2015 at 12:04:24PM +0100, jler...@apache.org wrote: Hi, Today I tried to update a custom OFBiz working copy to a specific revision and got this C:\>svn up -r1634839 Mise

Re: "svn up -r" sometimes removes externals

2015-02-10 Thread Andrew Hemp
Hi Jacques, This should leave the externals properties as is: svn update -rXXX --ignore-externals cheers Andrew On 10 February 2015 at 13:36, Stefan Sperling wrote: > On Tue, Feb 10, 2015 at 12:04:24PM +0100, jler...@apache.org wrote: > > Hi, > > > > Today I tried to update a custom OFBiz wo

Re: "svn up -r" sometimes removes externals

2015-02-10 Thread jler...@apache.org
Le 10/02/2015 12:36, Stefan Sperling a écrit : On Tue, Feb 10, 2015 at 12:04:24PM +0100, jler...@apache.org wrote: Hi, Today I tried to update a custom OFBiz working copy to a specific revision and got this C:\>svn up -r1634839 Mise à jour de '.' : U hot-deploy Removed external 'h

Re: "svn up -r" sometimes removes externals

2015-02-10 Thread jler...@apache.org
Thanks Andrew, That made it. I though hoped that by using svn up -r1634839 It would also update the externals independently of the main repo revision Like svn up alone does Fair enough! Jacques Le 10/02/2015 12:44, Andrew Hemp a écrit : Hi Jacques, This should leave the externals propertie

Re: "svn up -r" sometimes removes externals

2015-02-10 Thread Stefan Sperling
On Tue, Feb 10, 2015 at 12:04:24PM +0100, jler...@apache.org wrote: > Hi, > > Today I tried to update a custom OFBiz working copy to a specific revision > and got this > > C:\>svn up -r1634839 > Mise à jour de '.' : > U hot-deploy > Removed external 'hot-deploy\core' > Removed externa

"svn up -r" sometimes removes externals

2015-02-10 Thread jler...@apache.org
Hi, Today I tried to update a custom OFBiz working copy to a specific revision and got this C:\>svn up -r1634839 Mise à jour de '.' : U hot-deploy Removed external 'hot-deploy\core' Removed external 'hot-deploy\po' Left local modifications as 'hot-deploy\***po' Removed external '

Re: how to backup repository with all history?

2015-02-10 Thread Ryan Schmidt
On Feb 9, 2015, at 8:44 PM, James wrote: > I read there are at least three ways to do backup: > > 1. hotcopy; Yes; the repository produced by "svnadmin hotcopy" is a complete copy of your repository, including all history, scripts and configuration files. > 2. dump; Yes, if you do not use th

RE: Re: how to backup repository with all history?

2015-02-10 Thread Cooke, Mark
> -Original Message- > From: Andreas Stieger [mailto:andreas.stie...@gmx.de] > Sent: 10 February 2015 08:25 > > Hi, > > > I have few repositories in my svn-root directory. > > I have put a conf folder at the same level as other repositories. that > > conf folder contains a authz and a pas

Aw: Re: how to backup repository with all history?

2015-02-10 Thread Andreas Stieger
Hi,   > I have few repositories in my svn-root directory. > I have put a conf folder at the same level as other repositories. that > conf folder contains a authz and a passwd file which are shared by all > repositories. By doing this I can setup users and their privilege in > one place. But because