Re: 1.7 'svn upgrade' issue on windows vista

2011-08-09 Thread Ulrich Eckhardt
On Friday 05 August 2011, Ryan Schmidt wrote: On Aug 4, 2011, at 18:04, Stephen Meechan wrote: The problem was that the svn upgrade command is case sensitive on the WC folder name and failed if the name doesn't match exactly. Windows itself is case insensitive and none of the other svn

Re: 1.7 'svn upgrade' issue on windows vista

2011-08-09 Thread Kurt Pruenner
On 09.08.2011 08:54, Ulrich Eckhardt wrote: I don't think the folder containing the root of a WC should have to have the exact same name as the folder in the repository it corresponds to. As this is a feature to me, I hope that 1.7 isn't going to break this. It is a bug, and it has been

Re: svn wcrepo performance

2011-08-09 Thread Stefan Sperling
On Tue, Aug 09, 2011 at 11:06:43AM +0200, Andreas Krey wrote: 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

Re: svn wcrepo performance

2011-08-09 Thread Erik Huelsmann
Hi Andreas, On Tue, Aug 9, 2011 at 11:06 AM, Andreas Krey a.k...@gmx.de wrote: On Mon, 01 Aug 2011 07:39:59 +, Les Mikesell wrote: ... SQLlite has years of development and a good reputation for robust behavior. I don't doubt that. I'd expect it to be hard to match its performance

Re: svn wcrepo performance

2011-08-09 Thread Andreas Krey
On Tue, 09 Aug 2011 11:38:41 +, Stefan Sperling wrote: ... Which script are you referring to? Can you post it or provide a link? This one: set -xe rm -rf repo wc time svnadmin create repo time svn checkout file:///`pwd`/repo wc cd wc mkdir D touch A D/B D/C E # svn add . # - That nuisance

Re: svn wcrepo performance

2011-08-09 Thread Andreas Krey
On Tue, 09 Aug 2011 12:12:17 +, Stefan Sperling wrote: ... export SVN_I_LOVE_CORRUPTED_WORKING_COPIES_SO_DISABLE_SLEEP_FOR_TIMESTAMPS=1 ITYM ...AMPS=yes. Then it's running faster (and not apparently corrupt) indeed, and we're now closing up to git. I'd like

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

2011-08-09 Thread Ryan Schmidt
On Aug 9, 2011, at 04:16, Peter Pommelich wrote: I have to modify some paths (trunk/meta/trunk = trunk) in the dump file created with 'svnadmin dump'. I did the modification of 'Node-path' and 'Node-copyfrom-path' with sed. Do not use sed to modify a dumpfile; use a tool designed to

Re: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-09 Thread Mark Phippard
On Mon, Aug 8, 2011 at 6:19 PM, michael_rytt...@agilent.com wrote: For a while I was downloading and running the development build of subversion 1.7.0. At one revision of the code I started having an issue where svn would immediately segfault. At that time I stopped using 1.7.0 assuming the

Re: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-09 Thread Stefan Sperling
On Mon, Aug 08, 2011 at 04:19:06PM -0600, michael_rytt...@agilent.com wrote: For a while I was downloading and running the development build of subversion 1.7.0. At one revision of the code I started having an issue where svn would immediately segfault. At that time I stopped using 1.7.0

Cannot get a file when deleted

2011-08-09 Thread Adam Tong
Hi, When i remove a file from my local copy, I cannot get it from the repository using the command svn up. Is there another way to get a recently deleted file? or there is something wrong in my settings. Thanks

Re: Cannot get a file when deleted

2011-08-09 Thread Adam Tong
svn st gives the that the file was deleted (D) when i do svn up it does not bring it. But when i did the first sugetion of copy -r it worked sorry about forgeting to reply to all On Tue, Aug 9, 2011 at 11:03 AM, Giulio Troccoli giulio.trocc...@mediatelgroup.co.uk wrote: On 09/08/11

Re: Cannot get a file when deleted

2011-08-09 Thread Giulio Troccoli
On 09/08/11 16:18, Adam Tong wrote: svn st gives the that the file was deleted (D) when i do svn up it does not bring it. But when i did the first sugetion of copy -r it worked sorry about forgeting to reply to all On Tue, Aug 9, 2011 at 11:03 AM, Giulio Troccoli

RE: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-09 Thread michael_rytting
Like I've said, I was able to build subversion 1.7.0 on our 64bit systems in the past. The build flow hasn't changed. I've put a lot of time into trying different options to the build flow and I'm pretty sure that isn't the culprit. As for your second recommendation, it doesn't look like

Re: Cannot get a file when deleted

2011-08-09 Thread Adam Tong
You are right i just tested when i do revert it is reverted and i can see it in the file system. On the other hand, I am sure that i am doing rm filename and not svn delete filename. Maybe there is a way to configure svn so that it considers rm as equivalent to svn delete? Because this is

Re: Cannot get a file when deleted

2011-08-09 Thread Giulio Troccoli
On 09/08/11 16:28, Adam Tong wrote: You are right i just tested when i do revert it is reverted and i can see it in the file system. On the other hand, I am sure that i am doing rm filename and not svn delete filename. Maybe there is a way to configure svn so that it considers rm as

Re: Cannot get a file when deleted

2011-08-09 Thread Adam Tong
Thank you so much Giulio for your help. On Tue, Aug 9, 2011 at 11:40 AM, Giulio Troccoli giulio.trocc...@mediatelgroup.co.uk wrote: On 09/08/11 16:28, Adam Tong wrote: You are right i just tested when i do revert it is reverted and i can see it in the file system. On the other hand, I am

Transmitting file data .svn: Commit failed

2011-08-09 Thread Kathy Khaghani
Hi, I'm using svn, version 1.5.0 (r31699) on Linux Fedora Core release 4 OS, when I trying committing a file I get this error message: Sendingevents/fms/index.php Transmitting file data .svn: Commit failed (details follow): svn: MERGE of

mod_dav_svn configuration

2011-08-09 Thread Ryan Blue
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/project2/repo1 I'm running into trouble configuring

Re: Transmitting file data .svn: Commit failed

2011-08-09 Thread Stefan Sperling
On Tue, Aug 09, 2011 at 09:49:47AM -0700, Kathy Khaghani wrote: Hi, I'm using svn, version 1.5.0 (r31699) on Linux Fedora Core release 4 OS, when I trying committing a file I get this error message: Sendingevents/fms/index.php Transmitting file data .svn: Commit failed (details

RE: Transmitting file data .svn: Commit failed

2011-08-09 Thread Kathy Khaghani
Stefan, Thank you so much for your fast response! To give you a bit more info, this error has been happening with every commit on this repository, I am the only one who uses it, and I read someplace that I could be timing out so I have set: SSLSessionCacheTimeout 3600 And SVNPathAuthz off

RE: not storing diffs of binary files

2011-08-09 Thread Jon Stafford
Thanks everyone for the responses. To check my understanding, and to give half a conclusion - Every revision apart from the very initial revision of a file is stored as a delta against some previous version. Subversion would typically probably use the least disk space *if* each revision was

Re: Transmitting file data .svn: Commit failed

2011-08-09 Thread Stefan Sperling
On Tue, Aug 09, 2011 at 10:10:32AM -0700, Kathy Khaghani wrote: Stefan, Thank you so much for your fast response! To give you a bit more info, this error has been happening with every commit on this repository, I am the only one who uses it, and I read someplace that I could be timing out

Re: not storing diffs of binary files

2011-08-09 Thread Mark Phippard
On Tue, Aug 9, 2011 at 1:19 PM, Jon Stafford jon.staff...@complyserve.comwrote: Thanks everyone for the responses. To check my understanding, and to give half a conclusion - Every revision apart from the very initial revision of a file is stored as a delta against some previous version.

best practice: accessing svn data without co

2011-08-09 Thread Jan Ciesko (GMAIL)
Dear SVN users I would like to ask the following: is there a way to access svn data on the svn server without checking data out? I would need to create temporal tar'ed archive of a versioned directory that is then attached to a website. Both web- and svn-server are running on the same system.

Re: updates on subdirectories : revision not being pulled

2011-08-09 Thread Mark Phippard
On Tue, Aug 9, 2011 at 1:57 PM, Igor DEFAYE i.def...@sitealpha.ca wrote: We have a major problem on our Apache Subversion. When updating some revisions are not pulled down to the pc, regardless of which pc we use. This seems to happen only when updating from a sub-directory and not updating

Re: best practice: accessing svn data without co

2011-08-09 Thread Geoff Hoffman
On Tue, Aug 9, 2011 at 11:27 AM, Jan Ciesko (GMAIL) jan.cie...@gmail.comwrote: Dear SVN users I would like to ask the following: is there a way to access svn data on the svn server without checking data out? I would need to create temporal tar'ed archive of a versioned directory that is then

Re: best practice: accessing svn data without co

2011-08-09 Thread David Weintraub
Take a look at Sventon (http://sventon.org). It's a web-based Subversion interface, and I believe it can be setup to allow users to download folders as tarballs. On Tue, Aug 9, 2011 at 2:27 PM, Jan Ciesko (GMAIL) jan.cie...@gmail.com wrote: Dear SVN users I would like to ask the following: is

Re: best practice: accessing svn data without co

2011-08-09 Thread Les Mikesell
Viewvc has an option to generate a tarball download for any path/revision. On 8/9/2011 1:33 PM, David Weintraub wrote: Take a look at Sventon (http://sventon.org). It's a web-based Subversion interface, and I believe it can be setup to allow users to download folders as tarballs. On Tue, Aug

Re: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-09 Thread Nico Kadel-Garcia
On Mon, Aug 8, 2011 at 6:19 PM, michael_rytt...@agilent.com wrote: For a while I was downloading and running the development build of subversion 1.7.0.  At one revision of the code I started having an issue where svn would immediately segfault.  At that time I stopped using 1.7.0 assuming the

Re: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-09 Thread Mark Phippard
On Tue, Aug 9, 2011 at 2:58 PM, Nico Kadel-Garcia nka...@gmail.com wrote: On Mon, Aug 8, 2011 at 6:19 PM, michael_rytt...@agilent.com wrote: For a while I was downloading and running the development build of subversion 1.7.0. At one revision of the code I started having an issue where

RE: not storing diffs of binary files

2011-08-09 Thread Jon Stafford
Thanks very much Mark. That thread was very useful and it's great to understand what's actually going on here. I've summarized all this in an answer back on stackoverflow:

RE: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-09 Thread michael_rytting
Unfortunately, some of us don't have a choice what version of linux we have to run on. I end up compiling almost all the dependencies for subversion myself. I guess I'll need to track down exactly what change in the development process started breaking things. For now, we have a solution

1.7 corrupts WC when reverting add of changelist member

2011-08-09 Thread Stein Somers
When you revert an addition in your working copy, and the item appeared in a changelist, the working copy becomes corrupt and you can't ever use the filename again. I built a maintainer mode version from /branches/1.7.x@1155504 which balks (after a boring stack trace): svn: E155016:

RE: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-09 Thread michael_rytting
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 when I compile on 64bit el4. Just for kicks and giggles I updated to the HEAD

Re: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-09 Thread Mark Phippard
On Tue, Aug 9, 2011 at 4:49 PM, michael_rytt...@agilent.com 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 when I

RE: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-09 Thread michael_rytting
And of course I forget to actually attach the file. From: Mark Phippard [mailto:markp...@gmail.com] Sent: Tuesday, August 09, 2011 2:56 PM To: RYTTING,MICHAEL (A-ColSprings,ex1); Subversion Development Cc: users@subversion.apache.org Subject: Re: Problems compiling 1.7.0 on redhat el4 64bit On

Re: 1.7 corrupts WC when reverting add of changelist member

2011-08-09 Thread Stefan Sperling
On Tue, Aug 09, 2011 at 09:53:37PM +0200, Stein Somers wrote: When you revert an addition in your working copy, and the item appeared in a changelist, the working copy becomes corrupt and you can't ever use the filename again. I built a maintainer mode version from /branches/1.7.x@1155504

Re: Problems compiling 1.7.0 on redhat el4 64bit

2011-08-09 Thread Hyrum K Wright
On Tue, Aug 9, 2011 at 4:02 PM, michael_rytt...@agilent.com wrote: P.S. why isn’t “make check” structured so that the –j option to make would work.  It would be nice to use multiple threads to speed up the run. The testsuite itself is internally parallelized. I don't remember what the magic

Re: not storing diffs of binary files

2011-08-09 Thread Ryan Schmidt
On Aug 9, 2011, at 12:19, Jon Stafford wrote: To check my understanding, and to give half a conclusion - Every revision apart from the very initial revision of a file is stored as a delta against some previous version. I think even the initial revision of a file is stored as a delta --

Re: mod_dav_svn configuration

2011-08-09 Thread Ryan Schmidt
On Aug 9, 2011, at 11:59, Ryan Blue wrote: 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/project2/repo1 I'm

Re: mod_dav_svn configuration

2011-08-09 Thread Daniel Shahaf
Ryan Schmidt wrote on Tue, Aug 09, 2011 at 20:07:39 -0500: On Aug 9, 2011, at 11:59, Ryan Blue wrote: 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:

Re: mod_dav_svn configuration

2011-08-09 Thread Matthew Beals
Another option is to use mod_perl to build the individual blocks for each project using some logic. You could have it grab a list of project dies with ls (if they are in the same parent dir), or use a flat file or SQL database. The drawback is that you have to reload Apache for changes to take

Help Needed regarding svn master-slave configuration

2011-08-09 Thread Sharma, Gaurav
Hi All, 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 started using svnsync for this purpose. But some

Help Needed regarding svn master-slave configuration--resending i think its not delivered

2011-08-09 Thread Sharma, Gaurav
Hi All, 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 started using svnsync for this purpose. But some