AW: Adding license text to files

2011-08-10 Thread Markus Schaber
Hi, Jason, Jason Aubrey [mailto:aubre...@gmail.com] > > I'd like to use keyword substitution or something like it to automatically > append/update license information in a large collection of files. In other > words, I'd like the licensing information to be a property of the file, > but also appe

Re: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-10 Thread Nico Kadel-Garcia
On Wed, Aug 10, 2011 at 7:39 PM, David Chapman wrote: > On 8/10/2011 4:12 PM, michael_rytt...@agilent.com wrote: >> >> It is set to 1 >> >> On Aug 10, 2011, at 3:51 PM, "Philip Martin" >>  wrote: >> >>>  writes: >>> If I disable optimizations by doing "make CFLAGS=-O0" the program no lo

RE: Help Needed regarding svn master-slave configuration

2011-08-10 Thread Sharma, Gaurav
Hi Nico, Uli and All, Thanks for your replies. You got me right that I am willing to implement a write-through-proxy set up where every WRITE request is redirected to master (server) by slave (server) while every READ request is served locally by the slave. I understand the risk of multiple use

Re: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-10 Thread David Chapman
On 8/10/2011 4:12 PM, michael_rytt...@agilent.com wrote: It is set to 1 On Aug 10, 2011, at 3:51 PM, "Philip Martin" wrote: writes: If I disable optimizations by doing "make CFLAGS=-O0" the program no longer crashes. That suggests it could be a compiler bug. Sorry to jump in so late, b

svn: Error running context: APR does not understand this error code

2011-08-10 Thread Kathy Khaghani
I am very new to svn. I finally upgraded to subversion-1.6.17, running with apache : Apache/2.0.59 and openssl: Apache/2.0.59 First had to configure neon with "-with-ssl" option and then configure subversion with the following command: ./configure --prefix=/usr/local --with-neon --with-ssl Then

Re: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-10 Thread michael_rytting
It is set to 1 On Aug 10, 2011, at 3:51 PM, "Philip Martin" wrote: > writes: > >> I am attaching a stack trace with symbols enabled. > > Thanks! > >> I'm using gcc. The default in the makefile. > > I think RHEL may have come with two different gcc, a 3 series and a 4 > series. What versio

Re: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-10 Thread Philip Martin
Philip Martin writes: > writes: > >> If I disable optimizations by doing "make CFLAGS=-O0" the program no >> longer crashes. > > That suggests it could be a compiler bug. The other flag you could try is to enable optimisation but to use -fno-strict-aliasing. -- uberSVN: Apache Subversion Made

Re: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-10 Thread Philip Martin
Dave Huang writes: > On Aug 10, 2011, at 4:51 PM, Philip Martin wrote: >> convset looks to be corrupt, that value is way bigger than the other >> pointer values. It looks like ASCII, "-ftu-nvs", but that probably >> just means it's random. > > It's byte-reversed "svn-utf-" Ah, yes! It's a litt

Re: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-10 Thread Dave Huang
On Aug 10, 2011, at 4:51 PM, Philip Martin wrote: > convset looks to be corrupt, that value is way bigger than the other > pointer values. It looks like ASCII, "-ftu-nvs", but that probably > just means it's random. It's byte-reversed "svn-utf-" -- Name: Dave Huang | Mammal, mammal / t

Re: Merging copy operations

2011-08-10 Thread Johan Corveleyn
On Thu, Aug 4, 2011 at 12:24 PM, Ulrich Eckhardt wrote: > Hi! > > I'm refactoring code and in that context I moved parts of one file to a > separate file, so I copied trunk/A to trunk/B and then hacked the two so that > each contained one part of the code. Then, when the whole works again, I > com

Re: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-10 Thread Philip Martin
writes: > I am attaching a stack trace with symbols enabled. Thanks! > I'm using gcc. The default in the makefile. I think RHEL may have come with two different gcc, a 3 series and a 4 series. What version does 'gcc -v' show? > I am using the apr that you get from the get-deps.sh > script.

RE: [Subversion] Rational Rhapsody files, lock unlock philosophy

2011-08-10 Thread Bert Huijben
> -Original Message- > From: Keller Eric [mailto:ekel...@hamilton-medical.ch] > Sent: woensdag 10 augustus 2011 17:22 > To: users@subversion.apache.org > Cc: Hug Martin > Subject: [Subversion] Rational Rhapsody files, lock unlock philosophy > > Hi everybody, > > We are finally switching

RE: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-10 Thread michael_rytting
I am attaching a stack trace with symbols enabled. I'm using gcc. The default in the makefile. I am using the apr that you get from the get-deps.sh script. APR_HAS_THREADS is defined. If I disable optimizations by doing "make CFLAGS=-O0" the program no longer crashes. -Original Message--

Re: Help Needed regarding svn master-slave configuration

2011-08-10 Thread Nico Kadel-Garcia
On Wed, Aug 10, 2011 at 8:04 AM, Ulrich Eckhardt wrote: > On Wednesday 10 August 2011, Nico Kadel-Garcia wrote: >> On Wed, Aug 10, 2011 at 3:40 AM, Ulrich Eckhardt >> wrote: > [..] >> > 3. connect the repositories >> > This involves creating a post-commit hook that svnsyncs the changes to >> > th

RE: Transmitting file data .svn: Commit failed

2011-08-10 Thread Kathy Khaghani
Hello again, In hopes of fixing an error on apache server crashing every time a commit is done, I upgraded my svn to: svnadmin, version 1.6.17 (r1128011) My openssl version is: OpenSSL 0.9.7f 22 Mar 2005 And apache server: Server version: Apache/2.0.54 So I downloaded the source for subversion

Subversion and SalesForce integration

2011-08-10 Thread Dima . Rogozin
Hi, My appology if this question does not quite belong here but I'll try. We use SalesForce as our bug tracking system. Does anybody knows how SVN can be integrated with SalesForce so it can track commits a-la Jira? In Jira you can attach SVN commits to a ticket. We want to attach SVN commit h

Possible Subversion Bug

2011-08-10 Thread Ben Bryant
Hello, I've encountered a problem whilst using SVN and believe that it may be a bug. I've checked in the issue tracker and can't find anything similar so I just wanted to check with you that this is not intended behaviour and/or already reported/fixed. I encountered problems when trying to mer

Re: Adding license text to files

2011-08-10 Thread Ryan Schmidt
On Aug 10, 2011, at 11:06, Jason Aubrey wrote: > I'd like to use keyword substitution or something like it to > automatically append/update license information in a large collection > of files. In other words, I'd like the licensing information to be a > property of the file, but also appear as t

Re: svnserve update + commit hangs system

2011-08-10 Thread David Chapman
On 8/10/2011 8:12 AM, Markus Rännare wrote: Hi, The last weeks we have been seeing troubles with our svn server (svn:// server). The repository is quite large (158gb of data), and many files are quite big. The problem if a person commits a large file (I've maily tested files in the size 200

Adding license text to files

2011-08-10 Thread Jason Aubrey
Hi All, I'd like to use keyword substitution or something like it to automatically append/update license information in a large collection of files. In other words, I'd like the licensing information to be a property of the file, but also appear as text in the file. I can do the former with prope

[Subversion] Rational Rhapsody files, lock unlock philosophy

2011-08-10 Thread Keller Eric
Hi everybody, We are finally switching from PVCS to subversion, and I would like to get more input from you other user concerning the lock/modify/unlock philosophy! Subversion as PVCS allow the use of locks. The description in your reference book: http://svnbook.red-bean.com/en/1.0/ch02s02.html

svnserve update + commit hangs system

2011-08-10 Thread Markus Rännare
Hi, The last weeks we have been seeing troubles with our svn server (svn:// server). The repository is quite large (158gb of data), and many files are quite big. The problem if a person commits a large file (I've maily tested files in the size 200-500mb) to the server as someone else makes a

AW: svn wc&repo performance

2011-08-10 Thread Markus Schaber
Hi, Andreas, Andreas Krey [mailto:a.k...@gmx.de] > But I may be barking up the wrong tree. I built svn 1.7 and ran my small > 'second consecutive commit fails' test script with that. It's not the > local operations, but those that act on the repository (here: > file:///...) that take ridiculously

Re: BUG

2011-08-10 Thread Daniel Shahaf
On Wed, 10 Aug 2011 11:00 +0300, "Yoav Barel" wrote: > Hi, > I got this message and can't work: > > > --- > Subversion Exception! > --- > Subversion encountered a serious problem. > Please take the time to report this on the Subversion mailing li

Re: Help Needed regarding svn master-slave configuration

2011-08-10 Thread Ulrich Eckhardt
On Wednesday 10 August 2011, Nico Kadel-Garcia wrote: > On Wed, Aug 10, 2011 at 3:40 AM, Ulrich Eckhardt > wrote: [..] > > 3. connect the repositories > > This involves creating a post-commit hook that svnsyncs the changes to > > the secondary repository and one for the rev-prop changes, but you s

BUG

2011-08-10 Thread Yoav Barel
Hi, I got this message and can't work: --- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list (users@subversion.apache.org) with as much information as possible abou

Re: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-10 Thread Philip Martin
Mark Phippard writes: > On Tue, Aug 9, 2011 at 4:49 PM, wrote: > >> ** ** >> >> Ok, I’ve tracked down which revision caused the problem. It happened in >> rev 1104160. Stefan2 made a change to utf.c to speed up UTF8 conversion. >> Ever since this change went in I am seeing subversion crash whe

RE: 1.7 corrupts WC when reverting add of changelist member

2011-08-10 Thread Bert Huijben
> -Original Message- > From: Stefan Sperling [mailto:s...@elego.de] > Sent: dinsdag 9 augustus 2011 23:29 > To: Stein Somers > Cc: users@subversion.apache.org > Subject: Re: 1.7 corrupts WC when reverting add of changelist member > > On Tue, Aug 09, 2011 at 09:53:37PM +0200, Stein Somers w

Re: mod_dav_svn configuration

2011-08-10 Thread Nico Kadel-Garcia
On Tue, Aug 9, 2011 at 12:59 PM, Ryan Blue wrote: > Hello, > > I'm trying to use mod_dav_svn to host repositories that are arranged in > project directories and I can't get the configuration to work.  My projects > look like this: > >  /srv/svn/project1/repo1 >  /srv/svn/project1/repo2 >  /srv/svn

Re: Help Needed regarding svn master-slave configuration

2011-08-10 Thread Nico Kadel-Garcia
On Wed, Aug 10, 2011 at 3:40 AM, Ulrich Eckhardt wrote: > On Wednesday 10 August 2011, Sharma, Gaurav wrote: >> I have a task in hand to setup a master-slave svn repository configuration >> so that master will synchronize its repositories with slave. I searched a >> lot on web and found many links

RE: mod_dav_svn configuration

2011-08-10 Thread Cooke, Mark
> -Original Message- > From: Ryan Blue [mailto:rdb...@gmail.com] > Sent: 09 August 2011 18:00 > To: users@subversion.apache.org > Subject: mod_dav_svn configuration > > Hello, > > I'm trying to use mod_dav_svn to host repositories that are > arranged in project directories and I can't g

Re: Checksum failed after using sed to modify paths in dump file in spite of using ^

2011-08-10 Thread Peter Pommelich
Argok, thanks for making this clear. I'll take a look at the dumptool again, this time using the right options... Again, thanks for your help, pete -Ursprüngliche Nachricht- Von: "Ryan Schmidt" Gesendet: 10.08.2011 09:46:53 An: "Peter Pommelich" Betreff: Re: Checksum failed after u

Re: Checksum failed after using sed to modify paths in dump file in spite of using ^

2011-08-10 Thread Ryan Schmidt
On Aug 10, 2011, at 02:11, Peter Pommelich wrote: >> I used svndumpfilter to extract only the wanted folders from the original >> 'big' dump file. >> >> I tried using the svndumptool but somehow I don't get it: >> >> svndumptool.py transform-prop Node-path "^Node-path: trunk/meta/" >> "Node-pa

Re: Checksum failed after using sed to modify paths in dump file in spite of using ^

2011-08-10 Thread Peter Pommelich
Hi, I just used perl for editing the dump file (perl -e "s/^Node-path: trunk\/meta\//Node-path: /g;" -pi.bak ) and it just worked. I hope that I do not need to nbother you again with that :-) Kind reagrds and thanks a lot, pete -Ursprüngliche Nachricht- Von: "Peter Pommelich" Gesende

Re: Help Needed regarding svn master-slave configuration

2011-08-10 Thread Ulrich Eckhardt
On Wednesday 10 August 2011, Sharma, Gaurav wrote: > I have a task in hand to setup a master-slave svn repository configuration > so that master will synchronize its repositories with slave. I searched a > lot on web and found many links telling about how to set it up. Following > those links I sta

Re: Checksum failed after using sed to modify paths in dump file in spite of using ^

2011-08-10 Thread Peter Pommelich
Hi, I used svndumpfilter to extract only the wanted folders from the original 'big' dump file. I tried using the svndumptool but somehow I don't get it: svndumptool.py transform-prop Node-path "^Node-path: trunk/meta/" "Node-path: " DumpFinal.dump DumpFinal_NPFixed.dump does not change anythi