Re: info subversion

2011-10-10 Thread Thorsten Schöning
Guten Tag filomena ciola, am Montag, 10. Oktober 2011 um 18:28 schrieben Sie: > I need to erase all the old revisions, if it' s possible, how can I do for > make this automatically? This is no supported use case. Depending on what problem you really try to solve, as Mark already asked, you may th

RE: info subversion

2011-10-10 Thread Cooke, Mark
> -Original Message- > From: filomena ciola [mailto:ciolafilom...@gmail.com] > Sent: 10 October 2011 17:28 > To: users@subversion.apache.org > Subject: info subversion > > Hello, > Please I need your help for a little question: > I need to erase all the old revisions, if it' s possible, h

Re: Best Method to move 500 Repositories

2011-10-10 Thread Nico Kadel-Garcia
On Mon, Oct 10, 2011 at 5:30 PM, Phil Pinkerton wrote: > Looking for suggestion on best way to move 500 Repositories from Unix > Hardware  to VM  Linux Server > > old - Unix Server compiled and Built Subversion 1.6.5 from Source > > new - Linux VM Server will have Subversion Edge 1.6.17 > > ACL co

Re: svnsync UTF8 problem

2011-10-10 Thread Daniel Shahaf
Srdan Dukic wrote on Tue, Oct 11, 2011 at 10:15:53 +1300: > I'm not going to open a bug, I just wanted to search to see whether there > were any existing issues and this is what I found: > > I went to the Subversion bug tracker and searched for the phrase > "svn_utf__is_valid" which turned up thre

Best Method to move 500 Repositories

2011-10-10 Thread Phil Pinkerton
Looking for suggestion on best way to move 500 Repositories from Unix Hardware to VM Linux Server old - Unix Server compiled and Built Subversion 1.6.5 from Source new - Linux VM Server will have Subversion Edge 1.6.17 ACL contains 2000 + users. Any experience at this scale ? Advise ? loo

Re: svnsync UTF8 problem

2011-10-10 Thread Srdan Dukic
I'm not going to open a bug, I just wanted to search to see whether there were any existing issues and this is what I found: I went to the Subversion bug tracker and searched for the phrase "svn_utf__is_valid" which turned up three results, none of which seem to be related: http://subversion.tigri

Re: svnsync UTF8 problem

2011-10-10 Thread Srdan Dukic
I had no intention of filing a bug until I had done as much debugging as possible, not being a developer myself. Thank you for your advice about where to look for the error in the source code. I can see that the error is thrown in the 'svn_repos_validate_prop' function in the file you mentioned. Sp

Re: svnsync UTF8 problem

2011-10-10 Thread Daniel Shahaf
Don't and don't. If you want to see what values cross the network, go to the validation function in libsvn_repos/fs-wrap.c that generates the error message you get. And I _am_ a developer, and I already asked you not to file a bug. Please don't until you have identified a problem we don't already

Re: svnsync UTF8 problem

2011-10-10 Thread Srdan Dukic
Thank you for your help. I'll try and turn on debugging on the dav_svn module to see what actual values are being passed across the network and if that doesn't turn up anything, I guess I'll just ask on the dev mailing list or open a bug. Thanks again -- Srdan Dukic On 11 October 2011 08:40, Dan

Re: svnsync UTF8 problem

2011-10-10 Thread Daniel Shahaf
Your revprops values are all ASCII and LF linefeeds, so r6107 should get committed to the mirror without issue. The --source-prop-encoding is new in 1.7. So, yes, if you're still seeing the error *while syncing r6107* (i.e., mirror HEAD is r6106), I'm not really sure what's going on. Srdan Dukic

Re: svnsync UTF8 problem

2011-10-10 Thread Srdan Dukic
> Odd. Perhaps some other revision property of that revision contains > non-UTF-8? > The other revision properties are: # svn proplist --revprop -r 6107 http://subversion/project/Flow Unversioned properties on revision 6107: svn:log svn:author svn:date > > > The actual value of the svn:l

info subversion

2011-10-10 Thread filomena ciola
Hello, Please I need your help for a little question: I need to erase all the old revisions, if it' s possible, how can I do for make this automatically? if this isn't possible, can I put a pw so only authorized personell can see old revision? Thank you for your interesting With best regards * Mi

RE: svn relocate on 1.7.0-rc4 doesn't work on subdirectories anymore?

2011-10-10 Thread christian.asmussen
Our source tree is quite big (2G), and we provide svn:// access for RO and https:// access for RW using a SSO solution for authorization. Our scripts allow our users to perform a sparse checkout, and when they need to actually checkout something big, basically this is what we used to do. s

RE: svn relocate on 1.7.0-rc4 doesn't work on subdirectories anymore?

2011-10-10 Thread Bob Archer
> Hi, > On subversion 1.6 I am able to: > svn sw -relocate FROM_URL TO_URL WC/subdir > > When I try this on 1.7.0-rc4 I get an error E155019: > svn: E155019: Cannot relocate 'WC/subdir' as it is not the root of a > working > copy; try relocating 'WC' instead. > > I noticed that the "