Re: Verilog/ASIC development support is insufficient in git , help!

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Kevin Ballard
Date: Saturday, May 10, 2008 - 10:33 pm

On May 11, 2008, at 12:29 AM, Justin Leung wrote:


But they come at an expense - no more linear revision numbers, more  
complex commands, etc. You can't have it both ways.

You could always use a main SVN repo and then use git-svn to maintain  
your own private git repos, do all the code syncing you want there,  
and then push it back to SVN when you want to send it back to the main  
build stream. If you go this route, be careful to maintain a linear  
history on the branch that tracks the SVN repo, as SVN cannot handle  
merges the way git can. You'll want to either do rebasing or squashed  
merges (to avoid multiple parents).

-Kevin Ballard

-- 
Kevin Ballard
http://kevin.sb.org
kevin@sb.org
http://www.tildesoft.com


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Verilog/ASIC development support is insufficient in gi ..., Kevin Ballard, (Sat May 10, 10:33 pm)