[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Deduce the server URL from the current directory inside the working copy

From: Branko Čibej <brane_at_apache.org>
Date: Thu, 21 Dec 2017 14:14:23 +0100

On 21.12.2017 13:40, Bo Berglund wrote:
> On Thu, 21 Dec 2017 14:57:34 +0300, Anton Shepelev
> <anton.txt_at_gmail.com> wrote:
>
>> I could:
>>
>> cd Work/A/B/C
>> svn rm "^^file.txt"
>>
> doesn't this work:
> cd Work/A/B/C
> svn rm file.txt
>
> I am completely new to svn and I have no place to test this, but it
> seems natural to do it like this sive subversion surely knows where
> you are when issuing tha command....
> (Came from CVS, where this is a natural way of commanding file
> operations)

That is a local operation and you have to 'svn commit' to make it
visible in the repository.

What the OP describes is an operation that directly affects the
repository, not the working copy.

-- Brane
Received on 2017-12-21 14:14:32 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.