Re: SVN Diff Command

2010-06-16 Thread Andy Levy
On Tue, Jun 15, 2010 at 16:17, Leonard Maher Jr wrote: > Hello, > > > > I am trying to use the SVN diff command to compare a single file whose > filename contains spaces. Here is an example of the command I am using: > > > > > > c:\SVN_ABT\build-tool>svn diff -r 236  --old > http://thcmp4ap1/test_

Fw: Potential issue with svn:externals

2010-06-16 Thread Thomas Giesel
Hi, still searching for somebody who could confirm or disprove if this is a bug for the issue tracker. In the meantime there was a conversation on IRC which might contain additional useful information: http://www.pastie.org/1006865 The original mail I sent to dev list: Hi all, there's an is

Upgrade does not work on 1.4 repository

2010-06-16 Thread Fausto Carvalho Marques SIlva
I have a 1.4 repository with 9000 revisions and a size of 1GB, i want to use the "merge reintegrate" option, so i have to upgrade the repository to the new layout. When i do a dump and a load the reintegrate works fine, but when i do a "svnadmin upgrade" the reintegrate does not work, it keeps

Re: Upgrade does not work on 1.4 repository

2010-06-16 Thread Andy Levy
On Wed, Jun 16, 2010 at 10:25, Fausto Carvalho Marques SIlva wrote: > I have a 1.4 repository with 9000 revisions and a size of 1GB, i want to use > the "merge reintegrate" option, so i have to upgrade the repository to the > new layout. When i do a dump and a load the reintegrate works fine, but

Applying multiple commits done to a branch to another branch

2010-06-16 Thread emerson
Hi We are moving from a single trunk to a layered approach, with a unstable (same as the old trunk), and a stable branch. The code should be promoted to the stable branch only when a certain story would be done (finished and tested). When creating the story, several commits might had been necessar

Re: Applying multiple commits done to a branch to another branch

2010-06-16 Thread Andy Levy
On Wed, Jun 16, 2010 at 14:06, emerson wrote: > Hi > > We are moving from a single trunk to a layered approach, with a > unstable (same as the old trunk), and a stable branch. The code should > be promoted to the stable branch only when a certain story would be > done (finished and tested). > When

older versions of the subversion server

2010-06-16 Thread Alin
Hi, I am trying to install an older version of subversion (1.4.2) on two Linux systems Ubuntu and Red Hat ( 2.6.31-20-generic Ubuntu and 2.6.18-164.el5 ) and I am having a hard time locating the older version packages for subversion. I tried both the Ubuntu and Red Hat repositories and the subv

applying multiple commits done to a branch to another branch

2010-06-16 Thread emerson cargnin
Hi We are moving from a single trunk to a layered approach, with a unstable (same as the old trunk), and a stable branch. The code should be promoted to the stable branch only when a certain story would be done (finished and tested). When creating the story, several commits might had been necessar

applying multiple commits done to a branch to another branch

2010-06-16 Thread emerson cargnin
Hi We are moving from a single trunk to a layered approach, with a unstable (same as the old trunk), and a stable branch. The code should be promoted to the stable branch only when a certain story would be done (finished and tested). When creating the story, several commits might had been necessar

RE: Applying multiple commits done to a branch to another branch

2010-06-16 Thread Bob Archer
> You're describing a normal usage of merging. > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.html > > You don't want to redo all those commit messages, you want the merge > to be aware of the history behind everything that's been done (which, > if you're using 1.5 or later, is taken c

Re: Applying multiple commits done to a branch to another branch

2010-06-16 Thread Andy Levy
On Wed, Jun 16, 2010 at 14:20, Bob Archer wrote: > >> You're describing a normal usage of merging. >> http://svnbook.red-bean.com/nightly/en/svn.branchmerge.html >> >> You don't want to redo all those commit messages, you want the merge >> to be aware of the history behind everything that's been d

multiple ssh connections

2010-06-16 Thread Will Shackleford
We have a lot of trouble with the fact that subversion needs to use multiple ssh connections to do a single svn update. Our firewall only allows one connection through before you have to login to the firewall again. (which is an incredible pain) Also tortoisesvn doesn't seem to be integrated

Re: older versions of the subversion server

2010-06-16 Thread Ryan Schmidt
On Jun 16, 2010, at 11:11, Alin wrote: > I am trying to install an older version of subversion (1.4.2) on two Linux > systems Ubuntu and Red Hat ( 2.6.31-20-generic Ubuntu and 2.6.18-164.el5 ) > and I am having a hard time locating the older version packages for > subversion. > I tried both t

Re: multiple ssh connections

2010-06-16 Thread Ryan Schmidt
On Jun 16, 2010, at 14:41, Will Shackleford wrote: > We have a lot of trouble with the fact that subversion needs to use multiple > ssh connections to do a > single svn update. Our firewall only allows one connection through before you > have to login to the firewall > again. (which is an incre

Re: multiple ssh connections

2010-06-16 Thread Hyrum K. Wright
On Wed, Jun 16, 2010 at 2:41 PM, Will Shackleford wrote: > > > We have a lot of trouble with the fact that subversion needs to use multiple > ssh connections to do a > single svn update. Our firewall only allows one connection through before > you have to login to the firewall > again. (which is a

Re: multiple ssh connections

2010-06-16 Thread Stefan Sperling
On Wed, Jun 16, 2010 at 04:14:50PM -0500, Ryan Schmidt wrote: > > On Jun 16, 2010, at 14:41, Will Shackleford wrote: > > > We have a lot of trouble with the fact that subversion needs to use > > multiple ssh connections to do a > > single svn update. Our firewall only allows one connection throu

Re: Applying multiple commits done to a branch to another branch

2010-06-16 Thread Daniel Becroft
On Thu, Jun 17, 2010 at 4:20 AM, Bob Archer wrote: > >> You're describing a normal usage of merging. >> http://svnbook.red-bean.com/nightly/en/svn.branchmerge.html >> >> You don't want to redo all those commit messages, you want the merge >> to be aware of the history behind everything that's been

Re: multiple ssh connections

2010-06-16 Thread Les Mikesell
On 6/16/2010 4:21 PM, Hyrum K. Wright wrote: The Subversion client has a bad habit of treating repository access connections (whether they be http, svn, or something else) as cheap resources. Of course this is an invalid assumption, but it hasn't yet been addressed by the developers. I'm not

Re: multiple ssh connections

2010-06-16 Thread Hyrum K. Wright
On Wed, Jun 16, 2010 at 4:46 PM, Les Mikesell wrote: > On 6/16/2010 4:21 PM, Hyrum K. Wright wrote: >> >> The Subversion client has a bad habit of treating repository access >> connections (whether they be http, svn, or something else) as cheap >> resources.  Of course this is an invalid assumptio

Re: multiple ssh connections

2010-06-16 Thread Les Mikesell
On 6/16/2010 5:08 PM, Hyrum K. Wright wrote: The Subversion client has a bad habit of treating repository access connections (whether they be http, svn, or something else) as cheap resources. Of course this is an invalid assumption, but it hasn't yet been addressed by the developers. I'm not

Setting a global path-based authorization

2010-06-16 Thread Chris Marks
Hi, We have multiple SVN repositories configured using Apache with SVNParentPath and path-based authorization. We also have a build server user that I'd like to allow it to create tags for projects regardless of the repository and project. We have a standard structure in the repository that is sho

Re: Setting a global path-based authorization

2010-06-16 Thread Johan Corveleyn
On Wed, Jun 16, 2010 at 10:35 PM, Chris Marks wrote: > Hi, > We have multiple SVN repositories configured using Apache with SVNParentPath > and path-based authorization.  We also have a build server user that I'd > like to allow it to create tags for projects regardless of the repository > and pro

Possible repos match problem in mailer.py?

2010-06-16 Thread Michael Leib
Hi...hoping someone could help as I tried looking into this but my python is not as good as my C and Perl, so I ask for a little help :> In mailer.conf [mike] for_repos = /www/svn.xxx/reps/mike to_addr = mleib user1 user2 user3 [mike_leib] for_repos = /www/svn.xxx/reps/mike_leib to_addr = mleib