RE: svnsync checksum error

2010-11-10 Thread Edward Ned Harvey
> From: Stefan Sperling [mailto:s...@elego.de] > > > It's 100% consistent. I get the same checksum error, on the same file, > every time. I have a supposed "good" copy of the slave repo, at rev 4050... > which will fail every time at 4061 (or something like that)... The only > explanation I can

Re: Usage discrepancies between two relatively identical systems

2010-11-10 Thread Nico Kadel-Garcia
Update to 1.6.13 *now* . I assume you're using RHEL 5 or CentOS 5, which is pinned at version 1.4.2? RPMforge has the updates available. They're absolutely worth using, there are so many performance improvements and security updates available that there is just no point in sticking with the old one

svnsync error

2010-11-10 Thread Engebakken Geir
I have this error that I have searched the net for,and found a lot of incidents similar, but I cannot find a way to resolve this. The error is well known, I think : svnsync: Cannot accept 'svn:ignore' property because it is not encoded in UTF-8 The error looks straightforward, something fishy

Re: Sparse checkouts automation

2010-11-10 Thread Daniel Becroft
On Thu, Nov 11, 2010 at 9:10 AM, San Martino wrote: > Hello, > > Suppose you have a layout like this: > /trunk >/dir1 > /dir1_1 > file1.txt > file2.txt > /dir1_2 > > Is there a way with one command to sparse-checkout al the elements > of the path to file1.txt (in

Re: Sparse checkouts automation

2010-11-10 Thread Felix Gilcher
Hi, there's no way to do that, not even with multiple commands. You can only decide to have all direct children for a directory (depth=immediates) or none (depth=empty). So you'll always have file2.txt alongside file1.txt. Other than that, there's no way that I know of that allows checking out

Sparse checkouts automation

2010-11-10 Thread San Martino
Hello, Suppose you have a layout like this: /trunk /dir1 /dir1_1 file1.txt file2.txt /dir1_2 Is there a way with one command to sparse-checkout al the elements of the path to file1.txt (included) but no more than those elements ? That is, the local working c

Re: Sparse updates

2010-11-10 Thread Klaus Ganser
On Wed, Nov 10, 2010 at 8:41 AM, Daniel Shahaf wrote: > Sounds useful to me. I've submitted the feature request: http://subversion.tigris.org/issues/show_bug.cgi?id=3748 Thanks, Klaus

Re: svnserve : anonymous access not working

2010-11-10 Thread Gingko
- Original Message - From: "Daniel Shahaf" To: "Gingko" Cc: "Subversion User List" Sent: Wednesday, November 10, 2010 10:45 PM Subject: Re: svnserve : anonymous access not working I agree that anon-access=read should work. From looking at the code, I'm not sure whether the SASL gl

Re: svnserve : anonymous access not working

2010-11-10 Thread Daniel Shahaf
I agree that anon-access=read should work. From looking at the code, I'm not sure whether the SASL glue logic signals "I couldn't auth this user", or just returns an error. In the meantime, as a workaround, does adding ANONYMOUS to the mech_list achieve the desired behaviour? Gingko wrote on Wed

Re: Help or suggestions on porting to subversion

2010-11-10 Thread San Martino
Hello Ryan, Of course the cleanest way is to checkout the whole trunk/ and tag the trunk each time. A single checkout of the whole / directory is tens of GB over a network (non-LAN), multiply this for all the deveopers. The solution does not scale well even if checkout with --depth is disabled. F

Usage discrepancies between two relatively identical systems

2010-11-10 Thread Bob Bonifield
Ok admittedly, this might be a server configuration issue instead of specifically SVN, but I can't say for sure. I have a two different client machines, both updating from the same source repo. Both machines use the same version of SVN (1.4.2), the same kernel, and the same sudoers configuration.

RE: History of a fixed path across all objects

2010-11-10 Thread Feldhacker, Chris
-Original Message- From: Klaus Ganser [mailto:kgan...@gmail.com] Sent: Wednesday, November 10, 2010 2:43 PM To: Feldhacker, Chris Cc: users@subversion.apache.org Subject: Re: History of a fixed path across all objects >> On Wed, Nov 10, 2010 at 12:19 PM, Feldhacker, Chris >> wrote: >> I

Usage discrepancies between two relatively identical systems

2010-11-10 Thread Bob Bonifield
Ok admittedly, this might be a server configuration issue instead of specifically SVN, but I can't say for sure. I have a two different client machines, both updating from the same source repo. Both machines use the same version of SVN (1.4.2), the same kernel, and the same sudoers configuration.

Re: History of a fixed path across all objects

2010-11-10 Thread Klaus Ganser
On Wed, Nov 10, 2010 at 12:19 PM, Feldhacker, Chris wrote: > I think you want the "--ignore-ancestry" option: svn log does not support that option.

Re: History of a fixed path across all objects

2010-11-10 Thread Klaus Ganser
On Wed, Nov 10, 2010 at 12:09 PM, Ryan Schmidt wrote: > Are you sure? I think what the others are trying to tell you is that the > repository does not store this information, so there is not a way that any > client could return this information to you without doing an exhaustive > search. I k

Re: History of a fixed path across all objects

2010-11-10 Thread Les Mikesell
On 11/10/2010 2:05 PM, Klaus Ganser wrote: On Wed, Nov 10, 2010 at 11:48 AM, Les Mikesell wrote: If something is deleted and recreated there is no history connecting them even if those things have the same name, so what you are asking for doesn't really exist. Maybe you could 'svn log -v' a pa

Re: SVN Usage - working on both tag and trunk

2010-11-10 Thread Daniel Becroft
On Thu, Nov 11, 2010 at 4:26 AM, Jonathan dos Santos < jonat...@prioriti.com.br> wrote: > Hello, first of all if I’m infringing any rule on the mailing list I’m > really sorry. I’ve tryied searching but couldn’t find a good phrase to > describe my problem. > > > > I’m pretty new to svn and versio

RE: History of a fixed path across all objects

2010-11-10 Thread Feldhacker, Chris
I think you want the "--ignore-ancestry" option: http://svnbook.red-bean.com/nightly/en/svn.ref.svn.html#svn.ref.svn.sw -Original Message- From: Klaus Ganser [mailto:kgan...@gmail.com] Sent: Wednesday, November 10, 2010 1:37 PM To: David Weintraub Cc: users@subversion.apache.org Subje

Re: Help or suggestions on porting to subversion

2010-11-10 Thread Ryan Schmidt
On Nov 10, 2010, at 14:09, San Martino wrote: > we are porting hundreds of projects from an old versioning system to > subversion. We would like to make use of the trunk, tag and branch > concepts. > For the convertion we used an automatic tool which preserved the > original layout under trunk/ .

Re: svnsync checksum error

2010-11-10 Thread Stefan Sperling
On Sun, Nov 07, 2010 at 12:48:01PM -0500, Edward Ned Harvey wrote: > I do think it's a bug, but I was never able to find enough info to make it > into a bug report. I kept all the good & bad versions of the repository... > I ran the "svnadmin verify" all over the place (which is enormously tim

Help or suggestions on porting to subversion

2010-11-10 Thread San Martino
Hello, we are porting hundreds of projects from an old versioning system to subversion. We would like to make use of the trunk, tag and branch concepts. For the convertion we used an automatic tool which preserved the original layout under trunk/ . By looking at the layout, one problem is that the

Re: History of a fixed path across all objects

2010-11-10 Thread Ryan Schmidt
On Nov 10, 2010, at 14:05, Klaus Ganser wrote: > It would be absurd if the command to generate a > view of this one path took as long as the command to view the history > of the entire repository. I'm saying that this is a valid use-case > that the svn cli does not currently satisfy, but one whi

Re: History of a fixed path across all objects

2010-11-10 Thread Klaus Ganser
On Wed, Nov 10, 2010 at 11:48 AM, Les Mikesell wrote: > If something is deleted and recreated there is no history connecting them > even if those things have the same name, so what you are asking for doesn't > really exist.  Maybe you could 'svn log -v' a parent or the top level of the > repo and

Re: svnserve : anonymous access not working

2010-11-10 Thread Gingko
- Original Message - From: "Gingko" To: "Subversion User List" Sent: Wednesday, November 10, 2010 5:39 PM Subject: svnserve : anonymous access not working Hello, I have a problem with svnserve : I want to configure it for allowing anonymous users to read it, but this don't work : i

Re: svnsync checksum error

2010-11-10 Thread Les Mikesell
On 11/10/2010 1:39 PM, opensrcguru wrote: Correct. A new/fresh resync from r0 (including the previously troubled revision) to latest completes successfully with no errors. That process was the last in my troubleshooting process and is how I worked around the problem. -- In my case, I do no

Re: History of a fixed path across all objects

2010-11-10 Thread Les Mikesell
On 11/10/2010 1:22 PM, Klaus Ganser wrote: Hello, I originally asked this question on stackoverflow: http://stackoverflow.com/questions/4140377/svn-log-of-a-fixed-path-across-copies-and-moves Nobody seems to have a good solution to getting the history of a specific path across all objects that

Re: svnsync checksum error

2010-11-10 Thread opensrcguru
On Wed, Nov 10, 2010 at 10:49 AM, Daniel Shahaf wrote: > OSG wrote on Tue, Nov 09, 2010 at 20:58:53 -0600: >> On 11/09/2010 06:41 PM, Daniel Shahaf wrote: >> > Edward Ned Harvey wrote on Sat, Nov 06, 2010 at 20:29:18 -0400: >> >>> From: opensrcguru [mailto:opensrcg...@gmail.com] >> >>> >> >>> Toda

Re: History of a fixed path across all objects

2010-11-10 Thread Klaus Ganser
On Wed, Nov 10, 2010 at 11:32 AM, David Weintraub wrote: > You want the entire history of a file called "bar.java" in the path > /foo/bar/barfoo from revision #1 to the current revision -- even > though it isn't the same bar.java at that location? > > Is this correct? Yes, that is correct.

Re: History of a fixed path across all objects

2010-11-10 Thread David Weintraub
So, exactly what are you asking for? I have a file /foo/bar/barfoo/bar.java. You want the entire history of a file called "bar.java" in the path /foo/bar/barfoo from revision #1 to the current revision -- even though it isn't the same bar.java at that location? Is this correct? -- David Weintr

History of a fixed path across all objects

2010-11-10 Thread Klaus Ganser
Hello, I originally asked this question on stackoverflow: http://stackoverflow.com/questions/4140377/svn-log-of-a-fixed-path-across-copies-and-moves Nobody seems to have a good solution to getting the history of a specific path across all objects that ever lived in that path. I've been trying t

Re: Sparse updates

2010-11-10 Thread Stefan Sperling
On Wed, Nov 10, 2010 at 06:41:41PM +0200, Daniel Shahaf wrote: > Klaus Ganser wrote on Tue, Nov 09, 2010 at 21:19:24 -0800: > > Hello, > > > > I have a simple feature request for the svn update command, so I'd > > like some feedback on the utility of this feature. In the past, I've > > Sounds us

SVN Usage - working on both tag and trunk

2010-11-10 Thread Jonathan dos Santos
Hello, first of all if I'm infringing any rule on the mailing list I'm really sorry. I've tryied searching but couldn't find a good phrase to describe my problem. I'm pretty new to svn and version control so this question may be very elementary: In our company we use SVN to manage the sourc

RE: Subversion/Tortoise questions

2010-11-10 Thread Ludwig, Michael
> > SvnAnt uses the svnClientAdapter.jar, which in turn uses one of: > > > > (1) JavaHL - Java/JNI to C++ core library interface [1] > > (2) SvnKit - pure Java implementation [2] > > (3) command line client, for example [3] > With regards to the Windows Subversion Client. If several scripts are >

Re: Manually removing corrupted TXNs

2010-11-10 Thread kmradke
Daniel Shahaf wrote on 11/10/2010 10:35:16 AM: > > I finally wrote a simple script to remove dead transactions older than 1 > > week. It worked > > great, but there appears to be a few old TXNs that are somehow > > corrupted/malformed. > > > > Any issues with just going into the fsfs db/tran

Re: Subversion/Tortoise questions

2010-11-10 Thread Phil Pinkerton
On Tue, Nov 9, 2010 at 4:56 PM, Andy Levy wrote: > On Tue, Nov 9, 2010 at 16:30, Phil Pinkerton wrote: >> 1) Does Tortoise  just send command to the Subversion Windows Command >> Line client? > snip ... >> 5) Does Tortoise and/or Subversion Windows Command Line client >> installed on the server

Re: Subversion/Tortoise questions

2010-11-10 Thread Phil Pinkerton
On Wed, Nov 10, 2010 at 9:45 AM, Ludwig, Michael wrote: >> >> 4) Is the another GUI Subversion client that has better performance >> >> when content is being checked out to a Windows network drive. >> > >> > You won't find much variation, because they almost all use the same >> > core libraries or

Re: svnsync checksum error

2010-11-10 Thread 'Daniel Shahaf'
Edward Ned Harvey wrote on Wed, Nov 10, 2010 at 00:28:48 -0500: > > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > > > > Can you compare the contents of /path/to/file/foo/bar between the master > > and mirror, as of the last revision successfully synced to the mirror? > > The latest rev w

Re: svnsync checksum error

2010-11-10 Thread Daniel Shahaf
OSG wrote on Tue, Nov 09, 2010 at 20:58:53 -0600: > On 11/09/2010 06:41 PM, Daniel Shahaf wrote: > > Edward Ned Harvey wrote on Sat, Nov 06, 2010 at 20:29:18 -0400: > >>> From: opensrcguru [mailto:opensrcg...@gmail.com] > >>> > >>> Today, the sync process started failing on 1 repo (all others were

Re: Sparse updates

2010-11-10 Thread Daniel Shahaf
Klaus Ganser wrote on Tue, Nov 09, 2010 at 21:19:24 -0800: > Hello, > > I have a simple feature request for the svn update command, so I'd > like some feedback on the utility of this feature. In the past, I've Sounds useful to me. > wanted to perform a sparse checkout of several different parts

svnserve : anonymous access not working

2010-11-10 Thread Gingko
Hello, I have a problem with svnserve : I want to configure it for allowing anonymous users to read it, but this don't work : if I checkout (using TortoiseSVN), I am always asked to supply my password. If I do it, the checkout works fine. Otherwise I cannot checkout. And if I click "OK" (in t

Re: Manually removing corrupted TXNs

2010-11-10 Thread Daniel Shahaf
kmra...@rockwellcollins.com wrote on Wed, Nov 10, 2010 at 09:01:08 -0600: > I finally wrote a simple script to remove dead transactions older than 1 > week. It worked > great, but there appears to be a few old TXNs that are somehow > corrupted/malformed. > > Any issues with just going into the

Release Management, Agile, collaboration for Subversion teams: codeBeamer 5.5

2010-11-10 Thread Intland
Dear Subversion community, We've just released codeBeamer 5.5, the latest version of our Agile ALM tool, that tightly integrates with Subversion external- and internally managed repositories. In this version, we introduce among others: * Multi-project Release Management * Support for Scrum and

Manually removing corrupted TXNs

2010-11-10 Thread kmradke
I finally wrote a simple script to remove dead transactions older than 1 week. It worked great, but there appears to be a few old TXNs that are somehow corrupted/malformed. Any issues with just going into the fsfs db/transactions directory and removing the offending named directory manually?

RE: Subversion/Tortoise questions

2010-11-10 Thread Ludwig, Michael
> >> 4) Is the another GUI Subversion client that has better performance > >> when content is being checked out to a Windows network drive. > > > > You won't find much variation, because they almost all use the same > > core libraries or code. > > What about SvnAnt ? SvnAnt uses the svnClientAdap

Re: Subversion/Tortoise questions

2010-11-10 Thread Phil Pinkerton
On Tue, Nov 9, 2010 at 4:56 PM, Andy Levy wrote: > On Tue, Nov 9, 2010 at 16:30, Phil Pinkerton wrote: >> 1) Does Tortoise  just send command to the Subversion Windows Command >> Line client? > > No, it is not a wrapper. TortoiseSVN is built on top of the Subversion > client libraries. > >> 2) Ca

RE: Update and Status in large working copy causes Windows to hang

2010-11-10 Thread Ullrich.Jans
Hi Stefan, > -Original Message- > From: Stefan Sperling [mailto:s...@elego.de] > Sent: Monday, November 08, 2010 6:16 PM > To: Jans Ullrich > Cc: jus...@honesthacker.com; andy.l...@gmail.com; markp...@gmail.com; > users@subversion.apache.org > Subject: Re: Update and Status in large workin

RE: svn crash dump

2010-11-10 Thread SINGER Guillaume
Hello doing : svn.exe export --force --ignore-externals d:\\somedev . I have the problem if I split the call like: svn.exe export --force --ignore-externals d:\\somedev\dir1 .\dir1 svn.exe export --force --ignore-externals d:\\somedev\dir2 .\dir2 I don't have the problem ---

Re: svn crash dump

2010-11-10 Thread Andy Levy
On Wed, Nov 10, 2010 at 05:08, SINGER Guillaume wrote: > Dumpfiles/crash reports are *much* more useful if you include details about exactly what you were doing when it happened, and how to reproduce it.

RE: SvnAnt: equivalent to "svn list $repo_url" ?

2010-11-10 Thread Ludwig, Michael
Moved to the Subclipse forum: http://svn.haxx.se/subusers/archive-2010-11/0006.shtml

RE: SvnAnt: property prefix inconsistency

2010-11-10 Thread Ludwig, Michael
Moved to the Subclipse forum: http://svn.haxx.se/subusers/archive-2010-11/0007.shtml

svn crash dump

2010-11-10 Thread SINGER Guillaume
svn-crash-log20101110110621.log Description: svn-crash-log20101110110621.log svn-crash-log20101110110621.dmp Description: svn-crash-log20101110110621.dmp

RE: SvnAnt: property prefix inconsistency

2010-11-10 Thread Ludwig, Michael
> SVNAnt is part of the Subclipse project and has its own set of mailing > lists which may be better suited to your questions & concerns. > http://subclipse.tigris.org/ds/viewForums.do Thanks, I subscribed to that forum and posted my SvnAnt questions there. Looks like it takes more time for the m

RE: SVN mixed public\restricted access, please help!

2010-11-10 Thread Cooke, Mark
> -Original Message- > From: Shaun Martin [mailto:smar...@akazaresearch.com] > Sent: 09 November 2010 18:33 > Subject: SVN mixed public\restricted access, please help! > > Hi All, > > Ok I am trying to achieve a repository that at its base level > everyone has read-only access without