I wrote to Daniel Widenfalk:
>>>I find it mildly annoying to type the full path
>>>within a repository for server-side file opera-
>>>tions, such as 'delete' and 'copy'. Observe
>>>that, being on Windows, I must use quotes in or-
>>>der to escape the caret character:
>>>
>>> svn rm "^
On Thu, 21 Dec 2017 14:14:23 +0100, Branko ?ibej
wrote:
>> doesn't this work:
>> cd Work/A/B/C
>> svn rm file.txt
>>
>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
Daniel Widenfalk to Anton Shepelev:
>>I find it mildly annoying to type the full path
>>within a repository for server-side file opera-
>>tions, such as 'delete' and 'copy'. Observe that,
>>being on Windows, I must use quotes in order to
>>escape the caret character:
>>
>> svn rm "^/A/
On 2017-12-21 12:57, Anton Shepelev wrote:
> Hello, all
>
> I find it mildly annoying to type the full path
> within a repository for server-side file operations,
> such as 'delete' and 'copy'. Observe that, being on
> Windows, I must use quotes in order to escape the
> caret character:
>
On 21.12.2017 13:40, Bo Berglund wrote:
> On Thu, 21 Dec 2017 14:57:34 +0300, Anton Shepelev
> 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
> see
On Thu, 21 Dec 2017 14:57:34 +0300, Anton Shepelev
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 wh
Hello, all
I find it mildly annoying to type the full path
within a repository for server-side file operations,
such as 'delete' and 'copy'. Observe that, being on
Windows, I must use quotes in order to escape the
caret character:
svn rm "^/A/B/C/file.txt"
Is there a way to avoid t