Re: Could not read status line: connection was closed by server

2011-01-21 Thread Blair Zajac
On 1/21/2011 7:42 PM, 刘斌 wrote: Hello everyone I am seeing a odd problem. one of my developers on windows 2003,running the CollabNet-supported Subversion 1.6.15 binaries, does this command: svn commit following this error: Could not read status line: connection was closed by server on the svn ser

Could not read status line: connection was closed by server

2011-01-21 Thread 刘斌
Hello everyone I am seeing a odd problem. one of my developers on windows 2003,running the CollabNet-supported Subversion 1.6.15 binaries, does this command: svn commit following this error: Could not read status line: connection was closed by server on the svn server, there is nothing in the apac

Re: I can not do a svn commit

2011-01-21 Thread Ryan Schmidt
On Jan 21, 2011, at 07:45, Daniela Rivas wrote: >> That's also correct. If you wanted to see it as a rendered web page, you >> would need to set the "svn:mime-type" property of that index.html file to >> the value "text/html". > > Ok, so far so good, Could you tell me, what do i have to do to

Re: Trival merge of big text file: Dismal performance, 540x faster if binary.

2011-01-21 Thread Daniel Becroft
On Fri, Jan 21, 2011 at 7:19 PM, Johan Corveleyn wrote: > On Mon, Jan 17, 2011 at 5:30 PM, krueger, Andreas (Andreas Krüger, > DV-RATIO) wrote: > > Hello, Daniel and all, > > > >> In other words, merging changes from file.c@BRANCH to trunk should > >> detect that file@trunk and file@BRANCH@BRANC

Re: RHEL4

2011-01-21 Thread Nico Kadel-Garcia
On Fri, Jan 21, 2011 at 5:07 AM, wrote: > Hi, > > I am searching a binary package (version 1.6.15) for RHEL4. > > Is there a binary package for a RHEL4 system available or only for a RHEL5 > system? > > Regards > > Sönke It's become too painful to backport: there are just too many unmanageable

Re: examining repository for files that only I have changed

2011-01-21 Thread JamieEchlin
Woodworth, James wrote: > > Over the past three weeks I have changed and committed some files. I > need to somehow recurse through the directories and show me only the > files I have changed. How do I do this? > Install TortoiseSvn. Fire up the log for the repo. Pull down the magnifying gla

Re: examining repository for files that only I have changed

2011-01-21 Thread OBones
Woodworth, James wrote: Hello, Over the past three weeks I have changed and committed some files. I need to somehow recurse through the directories and show me only the files I have changed. How do I do this? I suppose I could write a script to do this, but I suspect Subversion is sophis

examining repository for files that only I have changed

2011-01-21 Thread Woodworth, James
Hello, Over the past three weeks I have changed and committed some files. I need to somehow recurse through the directories and show me only the files I have changed. How do I do this? I suppose I could write a script to do this, but I suspect Subversion is sophisticated enough, and I am

Re: RHEL4

2011-01-21 Thread Mark Phippard
On Fri, Jan 21, 2011 at 5:07 AM, wrote: > I am searching a binary package (version 1.6.15) for RHEL4. > > Is there a binary package for a RHEL4 system available or only for a RHEL5 > system? CollabNet provides an RPM that works on RHEL 4. You do not specify what you are looking for client or

RHEL4

2011-01-21 Thread Soenke.Juergensen
Hi, I am searching a binary package (version 1.6.15) for RHEL4. Is there a binary package for a RHEL4 system available or only for a RHEL5 system? Regards Sönke

Re: Live replication to backup server

2011-01-21 Thread Nico Kadel-Garcia
On Fri, Jan 21, 2011 at 3:57 AM, Oliver Marshall wrote: > Hi, > > > > Does anyone know of any manageable way to have SVN (Ubuntu 8 LTS currently) > replication all changes to a secondary server? Use post-commit to fire off a command to "svnsync" on the secondart server. This doesn't mirror confi

Re: Encoding of svn log on Windows

2011-01-21 Thread Samuel Langlois
Le 21/01/2011 08:35, Ryan Schmidt a écrit : On Jan 20, 2011, at 12:40, Samuel Langlois wrote: I would like to know (and hopefully set!) the encoding used by svn log. (I know about the --xml option, which works fine, but it is not easily readable by a human.) From what I see, it outputs ISO88

Re: how to find out from where a file has been copied

2011-01-21 Thread JamieEchlin
Stefan Sperling-7 wrote: > >> This would be lovely, and is what we're aiming for using tortoise >> pre-commit >> hooks and server hooks, although in a bit of a spit-and-sawdust way at >> the >> moment. > > I'd like to hear how that turns out. > > Will you be allowed to share these hooks under

Re: how to find out from where a file has been copied

2011-01-21 Thread Stefan Sperling
On Fri, Jan 21, 2011 at 03:56:32AM -0800, JamieEchlin wrote: > > > > Stefan Sperling-7 wrote: > > > > It would be even nicer if Subversion had a way of guiding users to > > perform merges in accordance with a pre-defined strategy. > > So if the user tried to perform e.g. a cherry-picking merge

Re: how to find out from where a file has been copied

2011-01-21 Thread JamieEchlin
Stefan Sperling-7 wrote: > > It would be even nicer if Subversion had a way of guiding users to > perform merges in accordance with a pre-defined strategy. > So if the user tried to perform e.g. a cherry-picking merge to a branch > for which cherry-picking isn't defined in the strategy, svn wou

Re: how to find out from where a file has been copied

2011-01-21 Thread Stefan Sperling
On Fri, Jan 21, 2011 at 02:59:37AM -0800, JamieEchlin wrote: > Stefan Sperling-7 wrote: > > > > There is nothing that tells you this information directly. > > The changes brought in by a merge are treated just like any other > > local changes. As far as Subversion is concerned, you could have made

Re: how to find out from where a file has been copied

2011-01-21 Thread JamieEchlin
Stefan Sperling-7 wrote: > > There is nothing that tells you this information directly. > The changes brought in by a merge are treated just like any other > local changes. As far as Subversion is concerned, you could have made > any merged changes manually. > > Defining a good branching/mergi

Re: how to find out from where a file has been copied

2011-01-21 Thread Stefan Sperling
On Fri, Jan 21, 2011 at 02:09:13AM -0800, JamieEchlin wrote: > > > Stefan Sperling-7 wrote: > > > >> How do I see if file "a" came from 1 or from 2? > >> How do I see from which revision of file 3 came file c? > >> > >> After the check-in, it's clear: svn log will show it. > >> > >> How do I r

Re: svn crash

2011-01-21 Thread Stefan Sperling
On Fri, Jan 21, 2011 at 03:28:30PM +0530, Srinivasa N L wrote: > Hi, > When I tried to checkout a project (over ssl) the svn co command crashed. > Please find attached the crash and dump files. I am using svn version 1.7.0 > but the server is running version 1.6.6. However there is no crash when

Re: how to find out from where a file has been copied

2011-01-21 Thread JamieEchlin
Stefan Sperling-7 wrote: > >> How do I see if file "a" came from 1 or from 2? >> How do I see from which revision of file 3 came file c? >> >> After the check-in, it's clear: svn log will show it. >> >> How do I review (if it's ok what I did) BEFORE checking-in? > > svn info a | grep ^Copied

svn crash

2011-01-21 Thread Srinivasa N L
Hi, When I tried to checkout a project (over ssl) the svn co command crashed. Please find attached the crash and dump files. I am using svn version 1.7.0 but the server is running version 1.6.6. However there is no crash when my client uses svn 1.6.0 version. Kind Regards, Srinivas.

Re: Betr.: Live replication to backup server

2011-01-21 Thread Stefan Sperling
On Fri, Jan 21, 2011 at 10:05:02AM +0100, Jan Keirse wrote: > Oliver Marshall schreef op 21/01/2011 > 09:57:34: > > > Hi, > > > > Does anyone know of any manageable way to have SVN (Ubuntu 8 LTS > > currently) replication all changes to a secondary server? > > > > Im toying with using Rsync b

Re: Trival merge of big text file: Dismal performance, 540x faster if binary.

2011-01-21 Thread Johan Corveleyn
On Mon, Jan 17, 2011 at 5:30 PM, krueger, Andreas (Andreas Krüger, DV-RATIO) wrote: > Hello, Daniel and all, > >> In other words, merging changes from file.c@BRANCH to trunk should >> detect that file@trunk and file@BRANCH@BRANCH-CREATION are the same >> node-revision? > > I think that my intended

Betr.: Live replication to backup server

2011-01-21 Thread Jan Keirse
Oliver Marshall schreef op 21/01/2011 09:57:34: > Hi, > > Does anyone know of any manageable way to have SVN (Ubuntu 8 LTS > currently) replication all changes to a secondary server? > > Im toying with using Rsync but I?d prefer to use a hook in SVN > ideally to ensure that we only copy file

Live replication to backup server

2011-01-21 Thread Oliver Marshall
Hi, Does anyone know of any manageable way to have SVN (Ubuntu 8 LTS currently) replication all changes to a secondary server? Im toying with using Rsync but I'd prefer to use a hook in SVN ideally to ensure that we only copy files when they are fully checked in. Olly