Bug when merging to pre-1.5 repositories

2010-12-09 Thread Ulrich Eckhardt
Hi! I'm (now, finally) aware of the fact that svn:mergeinfo only came up with 1.5 but this issue is about the behaviour when this is simply not supported. Anyway, here's what I did: 1. I have a repository, FSFS, created (or, rather, svnadmin loaded) with a Subversion 1.4. 2. The commandline cl

SVN Statistics

2010-12-09 Thread Gavin Beau Baumanis
Hi Everyone, I have been asked for some statistics about our code base and am hoping that someone might have had a task for something similar already, and will be able to help me out. Here is the text I was sent - but it is really just a guide - it is more a case of "something" to show as oppo

Re: usage of svn_wc_diff

2010-12-09 Thread Daniel Näslund
On Wed, Dec 08, 2010 at 11:59:16PM -0800, JamieEchlin wrote: > > Daniel, thank you very much for that, that's incredibly helpful. It > definitely gives me somewhere to start. Hope, you'll be able to solve your problem. Here's a script that's a bit more clean than the previous one. I haven't teste

Re: Periodically merge between trunk->branch and branch->trunk

2010-12-09 Thread Kris Deugau
Daniel Albuschat wrote: I'd like to create a branch from trunk and periodically merge trunk into my branch to stay up to date with what happens in trunk. At some point, the feature in my branch reaches a kind of stability that is OK for trunk, so I merge it back to trunk. The difference to the st

RE: Periodically merge between trunk->branch and branch->trunk

2010-12-09 Thread Ludwig, Michael
Moin Daniel, > I'd like to create a branch from trunk and periodically merge trunk > into my branch to stay up to date with what happens in trunk. > At some point, the feature in my branch reaches a kind of stability > that is OK for trunk, so I merge it back to trunk. > The difference to the stan

Re: Problem checking out when # in URL

2010-12-09 Thread Nick Stolwijk
Have you tried replacing the '#' with '%23'? Hth, Nick Stolwijk ~Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Thu, Dec 9, 2010 at 12:01 PM, Caroline Warren wrote: > Hi, > > > > I am looking into the possibility of us using Subvers

Periodically merge between trunk->branch and branch->trunk

2010-12-09 Thread Daniel Albuschat
Hello there, I have to following use-case: I'd like to create a branch from trunk and periodically merge trunk into my branch to stay up to date with what happens in trunk. At some point, the feature in my branch reaches a kind of stability that is OK for trunk, so I merge it back to trunk. The d

Problem checking out when # in URL

2010-12-09 Thread Caroline Warren
Hi, I am looking into the possibility of us using Subversion for our source control and I have encountered a problem using the “svn checkout” command to checkout from a URL with a # character. I also have tortoiseSVN install and I do not seem to encounter this problem when I checkout using torto