Re: Why does svn up give me a different file than in the repo

2019-03-07 Thread Ryan Schmidt
On Mar 6, 2019, at 09:44, Satya Mishra wrote: > On Tue, Mar 5, 2019 at 11:39 PM Ryan Schmidt wrote: >> On Mar 5, 2019, at 12:23, Satya Mishra wrote: >> >>> I recently encountered a strange problem while trying to revert a failed >>> experiment. svn revert apparently succeeded, but kept giving

Re: Why does svn up give me a different file than in the repo

2019-03-07 Thread Vincent Lefevre
On 2019-03-07 05:26:48 -0600, Ryan Schmidt wrote: > I had this problem once when I ran a recursive sed command over my > working copy, not considering that it would modify the contents of > the .svn directory too. Would it be a good idea to protect the .svn directory by default? I mean that Subver

Re: Why does svn up give me a different file than in the repo

2019-03-07 Thread Branko Čibej
On 07.03.2019 17:36, Vincent Lefevre wrote: > On 2019-03-07 05:26:48 -0600, Ryan Schmidt wrote: >> I had this problem once when I ran a recursive sed command over my >> working copy, not considering that it would modify the contents of >> the .svn directory too. > Would it be a good idea to protect