My question about subversion

2010-04-06 Thread Udom Orng Eam
If we install Subversion and begin to use it, can we migrate it to a different server without loosing any of our data?

How do you to export/update a pattern filtered subset of a large repository?

2010-04-06 Thread Anthony OHagan
I have a batch processing application that needs to process a subset of documents of a given type in a large SVN repository. I wish to recursively traverse the repository and only export or update documents that match a pattern. Ideally I'd prefer to use a recursive pattern in a single export

Re: My question about subversion

2010-04-06 Thread vishwajeet singh
If we install Subversion and begin to use it, can we migrate it to a different server without loosing any of our data? Short answer yes you can without much hassle. -- Vishwajeet Singh +91-9657702154 | dextrou...@gmail.com | http://bootstraptoday.com Twitter: http://twitter.com/vishwajeets

Re: How do you to export/update a pattern filtered subset of a large repository?

2010-04-06 Thread Ryan Schmidt
On Apr 6, 2010, at 00:56, Anthony OHagan wrote: I have a batch processing application that needs to process a subset of documents of a given type in a large SVN repository. I wish to recursively traverse the repository and only export or update documents that match a pattern. Ideally

Problem to load a dump file

2010-04-06 Thread Bretin Luc-Patrick (SILICOM)
Hello, One of my collegues dump the svn repository and sent it to me. I try to load it in my svn server and it returns this error : 'vnadmin: Le flux de sauvegarde contient une entête mal formée (sans ':') à ' In english : dump stream contains a malformed header (with no ':') at ' I tried in

Re: Problem to load a dump file

2010-04-06 Thread Bogdan Cristea
On Tuesday 06 April 2010 11:49:54 Bretin Luc-Patrick (SILICOM) wrote: One of my collegues dump the svn repository and sent it to me. I try to load it in my svn server and it returns this error : 'vnadmin: Le flux de sauvegarde contient une entête mal formée (sans ':') à ' In english : dump

RE: svn 1.6.9 stuck on CLOSE_WAIT after 'svn info'

2010-04-06 Thread Bert Huijben
-Original Message- From: Lars Peterson [mailto:peter...@highfleet.com] Sent: maandag 5 april 2010 20:11 To: users@subversion.apache.org Subject: svn 1.6.9 stuck on CLOSE_WAIT after 'svn info' I have a bash script that runs this command as part of a code testing system:

modifying the dot svn file

2010-04-06 Thread Phil Pinkerton
I have several projects that are transferring from one subversion server to another, which means the URL has changed, my question is what might the issues be if I just edit the (dot) svn file and change the URL ? or is it better to just delete it and rerun the checkout from the newer server ?

Re: modifying the dot svn file

2010-04-06 Thread Erik Andersson
No need to do it hackish. Lookup svn switch --relocate: http://svnbook.red-bean.com/en/1.1/re27.html Cheers / Erik On Tue, Apr 6, 2010 at 2:42 PM, Phil Pinkerton pcpinker...@gmail.comwrote: I have several projects that are transferring from one subversion server to another, which means the

Re: modifying the dot svn file

2010-04-06 Thread Andy Levy
On Tue, Apr 6, 2010 at 08:42, Phil Pinkerton pcpinker...@gmail.com wrote: I have several projects that are transferring from one subversion server to another, which means the URL has changed, my question is what might the issues be if I just edit the (dot) svn file and change the URL ? or is it

Re: modifying the dot svn file

2010-04-06 Thread Andy Levy
On Tue, Apr 6, 2010 at 08:48, Erik Andersson kir...@gmail.com wrote: No need to do it hackish. Lookup svn switch --relocate: http://svnbook.red-bean.com/en/1.1/re27.html Or, for current documentation (the 1.1 manual is extremely out of date),

Re: My question about subversion

2010-04-06 Thread Lorenz
vishwajeet singh wrote: If we install Subversion and begin to use it, can we migrate it to a different server without loosing any of our data? Short answer yes you can without much hassle. long answer

File not deleted after update

2010-04-06 Thread David Shere
An interesting chain of events here: http://pastebin.com/rR1Fw1K0 The update should have deleted ebayparts.cgi, but it didn't. It just un-versioned it. Am I missing something?

Re: File not deleted after update

2010-04-06 Thread Stefan Sperling
On Tue, Apr 06, 2010 at 10:24:21AM -0400, David Shere wrote: An interesting chain of events here: http://pastebin.com/rR1Fw1K0 The update should have deleted ebayparts.cgi, but it didn't. It just un-versioned it. Am I missing something? That probably means ebayparts.cgi was locally modified