On 21.12.2017 13:40, Bo Berglund wrote: > On Thu, 21 Dec 2017 14:57:34 +0300, Anton Shepelev > <anton....@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