On Dec 2, 2014, at 2:28 PM, frame wrote:
> We use svn both on Linux and on PC.
>
> On Linux:
> $svn --version
> svn, version 1.6.11 (r934486)
> compiled Feb 12 2014, 06:45:35
>
> Copyright (C) 2000-2009 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
> This
Hi,
I'm in a plan to use Subversion 1.9. While glance through the Subversion
1.9 API, I have noticed that it contains TunnelAgent to create the tunnel
and run the subversion commands over there. Also it contains the method
openTunnel in TunnelAgent.
I'm new to this concept. So Can you please clar
frame writes:
> svn update --depth infinity docs
>
> Now there is docs/ inside root/ in my local area. Let's say one month
> later, I don't need docs/ any more. And I want to remove it from my local
> area, NOT FROM SVN REPO!
svn up --set-depth exclude docs
--
Philip Martin | Subversion Comm
Hi:
We use svn both on Linux and on PC.
On Linux:
$svn --version
svn, version 1.6.11 (r934486)
compiled Feb 12 2014, 06:45:35
Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http:
+Mailing list
> On Dec 1, 2014, at 4:30 PM, Marc Breslow wrote:
>
> Hi Andreas. Thanks so much for your quick reply. Please find my responses
> inline:
> —Marc
>
>> On Dec 1, 2014, at 4:06 PM, Andreas Stieger wrote:
>>
>> Hi,
>>
>>> On 1 Dec 2014, at 18:40, Marc Breslow wrote:
>>>
>>> I