Re: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-13 Thread Andreas Krey
On Tue, 13 Mar 2012 21:14:04 +, David Weintraub wrote: ... > So, it's possible for someone to write a Subversion client that does > do a "clean up". So, what you're saying is that, because it is possible to implement 'svn cleanup' on top of the svn client libs, the official svn client won't ge

Re: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-13 Thread David Weintraub
On Mon, Mar 12, 2012 at 1:05 PM, Simon Dean wrote: > I suspect TortoiseSVN uses the official Subversion client code under the > hood.  There's no way they'd > re-implement a whole SVN client from scratch. I don't know if Tortoise uses any Subversion command line client code, but TortoiseSVN doe

RE: added branch disappears?

2012-03-13 Thread Bob Archer
> On 03/13/2012 04:14 PM, Bob Archer wrote: > >> Can anyone shed light on this issue? > >> > >> 1. create new branch 'foo' > >> 2. merge different branch 'bar' into trunk 3. merge trunk into all > >> other existing branches > >> > >> Seems that the branch foo disappeared sometime between 2 and 3.

Re: added branch disappears?

2012-03-13 Thread Geoffrey Myers
On 03/13/2012 04:14 PM, Bob Archer wrote: Can anyone shed light on this issue? 1. create new branch 'foo' 2. merge different branch 'bar' into trunk 3. merge trunk into all other existing branches Seems that the branch foo disappeared sometime between 2 and 3. have the commit email showing I

RE: added branch disappears?

2012-03-13 Thread Bob Archer
> Can anyone shed light on this issue? > > 1. create new branch 'foo' > 2. merge different branch 'bar' into trunk 3. merge trunk into all other > existing > branches > > Seems that the branch foo disappeared sometime between 2 and 3. have the > commit email showing I created the branch, so I'm

SVN externals (externals failed, already locked)

2012-03-13 Thread Matthew J Fletcher
Hi, I've been expermenting with SVN externals and found an issue which i dont fully understand. My repository is as follows; -- +Play (with and extern to URL "https://swserver:8443/svn/Play/Shared Sources" Local Path "Project 3") - Project 3 (externed) -> shared.txt - Pro

added branch disappears?

2012-03-13 Thread Geoffrey Myers
Can anyone shed light on this issue? 1. create new branch 'foo' 2. merge different branch 'bar' into trunk 3. merge trunk into all other existing branches Seems that the branch foo disappeared sometime between 2 and 3. have the commit email showing I created the branch, so I'm dumbfounded here

Re: predecessor count for the root node-revision is wrong message

2012-03-13 Thread Jason Wong
On Fri, Mar 2, 2012 at 8:12 AM, Daniel Shahaf wrote: > Jason Wong wrote on Fri, Mar 02, 2012 at 07:32:38 -0800: >> On Fri, Mar 2, 2012 at 2:58 AM, Daniel Shahaf wrote: >> > Jason Wong wrote on Thu, Mar 01, 2012 at 10:01:26 -0800: >> >> I have had a developer here create a build of the latest SVN

svn via ssh to server (not local)

2012-03-13 Thread Ruslan QuAzI
How can I use via SSH something like this svn co svn+ssh://svn.mainhost.org:8890/project/trunk I need sources from svn://svn.mainhost.org:8890/project/trunk (svnserve -t with local path not have privileges) Both ssh and svn have non standard ports. For ssh I change my ~/.ssh/config but how tweak