Re: confusion over external svn diff and merge on windows

2011-05-06 Thread Daniel Shahaf
Adam Downer wrote on Fri, May 06, 2011 at 11:33:06 +0100: > This invokes the merge_cmd wrapper and passes a different set of args: > > /tmp/tempfile.3.tmp > project/.svn/tmp/tempfile.tmp > project/.svn/tmp/tempfile.3.tmp > project/.svn/tmp/pom.xml.2.tmp > project/pom.xml > > So now I am even

Re: Size of Subversion repository

2011-05-06 Thread Daniel Shahaf
Hyrum K. Wright wrote on Fri, May 06, 2011 at 07:49:08 -0500: > On Thu, May 5, 2011 at 7:27 PM, Loren M. Lang wrote: > > On Fri, 2011-05-06 at 00:37 +0300, Daniel Shahaf wrote: > >> Loren M. Lang wrote on Thu, May 05, 2011 at 14:32:37 -0700: > >> > On Thu, 2011-05-05 at 15:43 +0300, Daniel Shahaf

Re: Size of Subversion repository

2011-05-06 Thread Hyrum K. Wright
On Thu, May 5, 2011 at 7:27 PM, Loren M. Lang wrote: > On Fri, 2011-05-06 at 00:37 +0300, Daniel Shahaf wrote: >> Loren M. Lang wrote on Thu, May 05, 2011 at 14:32:37 -0700: >> > On Thu, 2011-05-05 at 15:43 +0300, Daniel Shahaf wrote: >> > > Loren M. Lang wrote on Wed, May 04, 2011 at 17:39:57 -07

RE: confusion over external svn diff and merge on windows

2011-05-06 Thread Adam Downer
In an attempt to answer my own question I set my diff wrapper script to simply echo the arguments passed to it into a txt file. I am aware that in windows I only have access to the first nine args at a time. So I echo args 1 - 9 and then shifted 9 times and echoed all 9 args again (just to make sur

Re: Size of Subversion repository

2011-05-06 Thread Daniel Shahaf
Loren M. Lang wrote on Thu, May 05, 2011 at 17:27:28 -0700: > On Fri, 2011-05-06 at 00:37 +0300, Daniel Shahaf wrote: > > Loren M. Lang wrote on Thu, May 05, 2011 at 14:32:37 -0700: > > > On Thu, 2011-05-05 at 15:43 +0300, Daniel Shahaf wrote: > > > > Loren M. Lang wrote on Wed, May 04, 2011 at 17:

RE: svn import keeps failing

2011-05-06 Thread Guus Leeuw jr
Thanks Steve... I feel so old now :) -Original Message- From: Stephen Butler [mailto:sbut...@elego.de] Sent: 06 May 2011 08:44 To: Guus Leeuw jr Cc: users@subversion.apache.org Subject: Re: svn import keeps failing On May 6, 2011, at 9:24 , Guus Leeuw jr wrote: > Hello, > > Have been

Re: svn import keeps failing

2011-05-06 Thread Stephen Butler
On May 6, 2011, at 9:24 , Guus Leeuw jr wrote: > Hello, > > Have been trying to > $ svn import -m "new project" ./empty_repo > http://bastion.itpassion.com/new_project > For the last hour, and for the life of me, cannot see the problem. > > I have successuflly imported new projects in the past

svn import keeps failing

2011-05-06 Thread Guus Leeuw jr
Hello, Have been trying to $ svn import -m "new project" ./empty_repo http://bastion.itpassion.com/new_project For the last hour, and for the life of me, cannot see the problem. I have successuflly imported new projects in the past, but this is more than a year ago, so I may be getting rusty...