Re: Subversion repository maintenance

2009-12-23 Thread Nirmalya Lahiri
--- On Thu, 12/24/09, Andrey Repin wrote: > From: Andrey Repin > Subject: Re: Subversion repository maintenance > To: "Nirmalya Lahiri" , users@subversion.apache.org > Date: Thursday, December 24, 2009, 8:47 AM > Greetings, Nirmalya Lahiri! > > >  I have used subversion in my company for versio

Re: Subversion repository maintenance

2009-12-23 Thread Andrey Repin
Greetings, Nirmalya Lahiri! > I have used subversion in my company for version management. We maintain > our own server for that purpose. Yesterday I have faced a typical problem. > Somehow the last 2 (two) revision of that repository was corrupted after one > of our team member committed his wor

Eric Cordon/FR/EUROPE/GROUP is out of the office.

2009-12-23 Thread eric . cordon
Je serai absent(e) à partir du 12/24/2009 de retour le 01/03/2010. I will be out of the office I am off, picking up e-mails only occasionnally For all important issues please reach directly: For OPTIME : Optime Dev Eu (Raphael Glaizaud) For Fibex : Fibex Dev EU (Damien Delvallée) For other impo

Subversion repository maintenance

2009-12-23 Thread Nirmalya Lahiri
Hi all, I have used subversion in my company for version management. We maintain our own server for that purpose. Yesterday I have faced a typical problem. Somehow the last 2 (two) revision of that repository was corrupted after one of our team member committed his work, and the repository was

Re: Q: How to ignore minor changes in text files?

2009-12-23 Thread Andrey Repin
Greetings, Julian Mitchell! >> > > The project that I am working on utilises a code generation tool. >> > The header of every source file includes a comment with a date\time >> > stamp of when it was generated. The problem is that every time the >> > code is generated the svn change check algorith

Re: Re: Q: How to ignore minor changes in text files?

2009-12-23 Thread Jupeos
Thanks to all for your responses. On Dec 23, 2009 12:47pm, Ryan Schmidt wrote: On Dec 23, 2009, at 09:13, Julian Mitchell wrote: > Ryan - is there a convenient place to hook in to the client side? I would like to catch this prior it to being displayed as a modification. There are

Re: Finding mod_dav_svn

2009-12-23 Thread Ryan Schmidt
On Dec 23, 2009, at 11:44, Robert Nurse wrote: > I've been able to compile and install Subversion 1.6.6 and I'd like to find > mod_dav_svn. But, can't seem to locate the source code. Re-compile Subversion and give it the --with-apxs configure flag; it will compile mod_dav_svn for you.

svnsync "207 Multi-Status" failure with http access method and property "svn:"

2009-12-23 Thread Kylo Ginsberg
Preparatory to setting up a proxy server, I'm trying to svnsync a repository from 1.6.6 server to another 1.6.6 server (both x86_64 linux, one Fedora 7, one Fedora 12). Some user somehow managed to create a property "svn:" on a file and the svnsync fails like so: Transmitting file data .svnsync:

Re: Q: How to ignore minor changes in text files?

2009-12-23 Thread Ryan Schmidt
On Dec 23, 2009, at 09:13, Julian Mitchell wrote: > Ryan - is there a convenient place to hook in to the client side? I would > like to catch this prior it to being displayed as a modification. There are no client-side hooks in standard Subversion. Individual Subversion clients may offer this

Finding mod_dav_svn

2009-12-23 Thread Robert Nurse
Hi All, I've been able to compile and install Subversion 1.6.6 and I'd like to find mod_dav_svn. But, can't seem to locate the source code. -- "Power concedes nothing without a demand. It never did and it never will." -Frederick Douglass -- Robert Nurse h

Re: Q: How to ignore minor changes in text files?

2009-12-23 Thread Andy Levy
On Wed, Dec 23, 2009 at 11:45, Julian Mitchell wrote: > The problem I see with this is that I am now tightly coupled to Subversion > as my source control tool. Doesn't every source control tool have a similar feature? > 2009/12/23 Konstantin Kolinko >> >> 2009/12/23 Julian Mitchell : >> > The p

Re: Q: How to ignore minor changes in text files?

2009-12-23 Thread Julian Mitchell
The problem I see with this is that I am now tightly coupled to Subversion as my source control tool. 2009/12/23 Konstantin Kolinko > 2009/12/23 Julian Mitchell : > > The project that I am working on utilises a code generation tool. The > header > > of every source file includes a comment with a

Re: Q: How to ignore minor changes in text files?

2009-12-23 Thread Andy Levy
On Wed, Dec 23, 2009 at 11:17, Julian Mitchell wrote: > Andy - so when you want to diff a file it takes 25 minutes? No. I don't have to generate/compile/deploy anything to perform a diff. > 2009/12/23 Andy Levy >> >> On Wed, Dec 23, 2009 at 10:21, Bob Archer wrote: >> >> 2009/12/23 Bob Archer

Re: Q: How to ignore minor changes in text files?

2009-12-23 Thread Julian Mitchell
Andy - so when you want to diff a file it takes 25 minutes? 2009/12/23 Andy Levy > On Wed, Dec 23, 2009 at 10:21, Bob Archer wrote: > >> 2009/12/23 Bob Archer > >> > On Dec 23, 2009, at 00:45, Julian Mitchell wrote: > >> > > >> > > The project that I am working on utilises a code generation >

RE: Q: How to ignore minor changes in text files?

2009-12-23 Thread Bob Archer
> > Is there a way to tailor the change check algorithm with, say, a > regex, to > > ignore certain contents of a text file e.g. comment lines? > > > > I have scanned the FAQs and googled to no avail. > > > > Use svn:keywords, and let svn to generate the timestamp for you. > > $Id $ keyword (UTC

Re: Q: How to ignore minor changes in text files?

2009-12-23 Thread Andy Levy
On Wed, Dec 23, 2009 at 10:21, Bob Archer wrote: >> 2009/12/23 Bob Archer >> > On Dec 23, 2009, at 00:45, Julian Mitchell wrote: >> > >> > > The project that I am working on utilises a code generation >> tool. >> > The header of every source file includes a comment with a >> date\time >> > stamp

Re: Q: How to ignore minor changes in text files?

2009-12-23 Thread Konstantin Kolinko
2009/12/23 Julian Mitchell : > The project that I am working on utilises a code generation tool. The header > of every source file includes a comment with a date\time stamp of when it > was generated. The problem is that every time the code is generated the svn > change check algorithm marks all fi

RE: Q: How to ignore minor changes in text files?

2009-12-23 Thread Bob Archer
> 2009/12/23 Bob Archer > > On Dec 23, 2009, at 00:45, Julian Mitchell wrote: > > > > > The project that I am working on utilises a code generation > tool. > > The header of every source file includes a comment with a > date\time > > stamp of when it was generated. The problem is that every time >

Re: Q: How to ignore minor changes in text files?

2009-12-23 Thread Julian Mitchell
Thanks for both your input. Ryan - is there a convenient place to hook in to the client side? I would like to catch this prior it to being displayed as a modification. Bob - you are correct and I agree with you however the generation process takes a while (30s - 1minute) and the controlled package

RE: Q: How to ignore minor changes in text files?

2009-12-23 Thread Bob Archer
> On Dec 23, 2009, at 00:45, Julian Mitchell wrote: > > > The project that I am working on utilises a code generation tool. > The header of every source file includes a comment with a date\time > stamp of when it was generated. The problem is that every time the > code is generated the svn change

How to continue an aborted svn merge session?

2009-12-23 Thread Sebastian Bauer
Hello, I trying to merge changes of two versions of a vendor tree into my trunk branch as described in the svn book. However, the whole progress needs ages (perhaps as it is a repository hosted at sourceforge?) and the connection will eventually time out with e.g., the following error message

Problem with checkout on AMD64

2009-12-23 Thread Tim Ellison
Hi, I'm trying to checkout Apache Harmony on an x86_64 machine using the SVN command-line client 1.6.6 binaries downloaded from CollabNet. I get the following error (below), which does not occur when I subsequently update the top level directory using TortoiseSVN. Trying svn cleanup as advised d