On Apr 21, 2014, at 16:56, Justin Mrkva wrote:
> I use nano as the editor for command line commits. If I commit with the
> command line editor, Subversion adds an extra line to the commit. Observe:
>
>
>
> justins-macbook-pro:copy1 justinmrkva$ svn log | head -n 15
> -
On Mon, Apr 21, 2014 at 8:17 AM, Zé wrote:
> On 04/19/2014 02:22 AM, Nico Kadel-Garcia wrote:
>>
>> On Fri, Apr 18, 2014 at 1:53 PM, Branko Čibej wrote:
>>>
>>> On 18.04.2014 18:15, Justin Mrkva wrote:
>>>
>>> I have two local working copies, both on my local user account. I am
>>> managing commi
Bert,
There were two issues that I ran into. One was as you listed, the --force
command, which caused the access violation. The other was -x -w, which caused
new files to not be merged to the target branch (although -x -b seems to work
fine).
Thanks for your response.
Scott
From: Bert Huij
On 04/19/2014 02:22 AM, Nico Kadel-Garcia wrote:
On Fri, Apr 18, 2014 at 1:53 PM, Branko Čibej wrote:
On 18.04.2014 18:15, Justin Mrkva wrote:
I have two local working copies, both on my local user account. I am
managing commits for another user, so he sends me files and I check them in.
It’s