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

Re: Re: merging advice request

From: Wayne J <wayne_at_zk.com>
Date: Tue, 30 Dec 2014 12:52:00 -0800

A better way to do this would be to use git.

You could probably use the git-svn interface
OR
you can turn your working copy into a git repository using
git init
git add
git commit

then you can
git branch

to your hearts content. When you are done with whatever your are working
on, in the same working copy, do an

svn ci (or the tortoise equivalent.)

You will probably need to be careful with how you handle the line endings
in Git vs SVN.

Wayne

On Tue, Dec 30, 2014 at 12:05 PM, Mr. User One <mr.user1_at_hotmail.com> wrote:

> > WHY did you do it this way?
> The project repo is not mine. I cannot do branching in the project repo. I
> tried to branch off to a local repo, but svn does not allow that.
> It all makes sense it does not allow, because of the central repo concept.
> However, it makes less sense to me that it does not support my use case.
>
> Is there a way I could do it better next time?
>
> ------------------------------------------------------
>
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3093592
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_tortoisesvn.tigris.org].
>

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3093593

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-12-30 21:52:13 CET

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

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