Current Wisdom on NFS/CIFS Checkouts & Working Copies

2012-08-14 Thread Mark Bober
What's the current wisdom on doing checkouts to NFS and CIFS? I'm seeing general checkout times of a given repository in the 2 second range for local disk, and that jumps all the way up to a minute and a half or more going over CIFS or NFS (Windows 2008R2 fileserver, running OpenText NFS for the

Re: Documentation for the XSLT file specificed by the SVNIndexXSLT directive

2012-08-14 Thread Daniel Shahaf
Robert Heller wrote on Sat, Aug 11, 2012 at 12:44:29 -0400: > Does there exist documentation for this file? Is there information on > what templates are supported and what @ vars are defined? I want to > customize the file referenced by the SVNIndexXSLT, but without > documentation I am pretty mu

Re: Repairing or removing broken revisions

2012-08-14 Thread Daniel Shahaf
Trent Fisher wrote on Mon, Aug 13, 2012 at 22:10:57 -0400: > > > On 08/01/2012 10:49 AM, Johan Corveleyn wrote: > >On Wed, Aug 1, 2012 at 2:24 PM, Joachim Sauer wrote: > >>Hello, > >> > >>I'm currently reworking backups of multiple SVN repositories. In the > >>process I found out that one of tho

Re: Repairing or removing broken revisions

2012-08-14 Thread Daniel Shahaf
PR wrote on Mon, Aug 13, 2012 at 22:12:51 -0700: > On Mon, Aug 13, 2012 at 7:10 PM, Trent Fisher wrote: > > svnadmin dump -r0:4 /some/repos > p1 > > svnadmin dump --incremental -r5 /some/repos > p2 > > svnadmin dump --incremental -r6:HEAD /some/repos > p3 > > Then I manually doctored p

Re: Interesting mergeinfo corruption bug

2012-08-14 Thread Daniel Shahaf
Chris J Smith wrote on Tue, Aug 14, 2012 at 16:04:22 +0100: > Hi, > > I've encountered a rather interesting merging bug. We are using the following > stack: > > Client side: TSVN 1.7.7 on Windows 7 x64 > Server side: Apache 2.0.27, Subversion 1.7.5 on Windows 2008 Server R2 behind > an IIS 7.5

Re: Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-14 Thread Daniel Shahaf
Add --disable-nls to your configure flags. Ferreira, Matthew wrote on Tue, Aug 14, 2012 at 14:24:18 -0400: > ld: warning: file ../../subversion/libsvn_subr/.libs/libsvn_subr-1.so: linked > to > /tmp/svn_src/subversion-1.7.5/subversion/libsvn_subr/.libs/libsvn_subr-1.so: > attempted multiple inc

Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-14 Thread Ferreira, Matthew
Downloaded the source (the binaries that I could find were compiled for 10, so I need to compile). Downloaded the latest sqllite client and it stumbled on that. Per the README it worked on 3.6.18, so found that and got past that, now the make is throwing symbol errors. I've searched the archives

Re: Libraries and projects into SVN

2012-08-14 Thread Les Mikesell
On Tue, Aug 14, 2012 at 9:05 AM, Leonardo Laface de Almeida wrote: > > So, three main situations: > > 1) When source code from P1 changes module M1, the P2 must have access to > it, and vice-versa. > 2) When source code from P1 changes shared code from L1, the L1 source code > must be actualized,

Interesting mergeinfo corruption bug

2012-08-14 Thread Chris J Smith
Hi, I've encountered a rather interesting merging bug. We are using the following stack: Client side: TSVN 1.7.7 on Windows 7 x64 Server side: Apache 2.0.27, Subversion 1.7.5 on Windows 2008 Server R2 behind an IIS 7.5 ARR proxy. The issue is as follows (with false names of course :-): 1. We

RES: Libraries and projects into SVN

2012-08-14 Thread Leonardo Laface de Almeida
Hi, The system here is a bit complex and I will try to explain it. We have two main projects (P1 and P2). They are compiled in separated environments, generating *.exe different files, but they use the same source code allocated into a module (M1), that contains some functionalities like file sys

Re: Libraries and projects into SVN

2012-08-14 Thread Ulrich Eckhardt
Am 14.08.2012 14:14, schrieb Leonardo Laface de Almeida: We desire to insert some projects into SVN and we have now to deal with some witch uses the same library. The developers here said that we always actualize the last library in order to be compatible with the older ones. Okay, so there is

svn diff --summarize url encoding

2012-08-14 Thread James French
Hi, I just noticed that svn 1.6 did not url encode the output of svn diff -summarize (ie spaces in files not replaced with %20), whereas svn 1.7 does. There is nothing in changes.txt about it. Is the 1.7 behaviour correct? Cheers, James

Re: Libraries and projects into SVN

2012-08-14 Thread peter . fodrek
On Tuesday, August 14, 2012 09:14:47 Leonardo Laface de Almeida wrote: We have talked about it and we think we have to create an individual repository for the library and the developers should actualize it very often manually. I mean, every time someone wants to change some project, he must

Libraries and projects into SVN

2012-08-14 Thread Leonardo Laface de Almeida
Hello. We desire to insert some projects into SVN and we have now to deal with some witch uses the same library. The developers here said that we always actualize the last library in order to be compatible with the older ones. We have talked about it and we think we have to create an indiv

Re: Displaying commit logs via Apache / mod_dav_svn

2012-08-14 Thread Mat Booth
On 14 August 2012 01:30, Daevid Vincent wrote: > I've used (and love) http://trac.edgewall.org/ > > Awesome integration with SVN plus a Wiki and Bugtracker to boot (all tied > together so you can reference commits or pages from each other. It has a > lovely AJAXy source tree browser, with diff t