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
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
> 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.
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
> 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
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
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
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
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