Mercurial and SVN side by side in same working directory? -


our environment uses svn. commit alot more often, don't want break of main branches. love mercurial much more svn. if hg init repository in svn working copy issues arise if commit mercurial repository on regular basis , committed working revisions svn branch?

our environment not setup such each developer has own svn branch, , not viable solution currently.

there not problem having mercurial , subversion share working folder. subversion keeps files in .svn folders while mercurial keeps files in .hg folder @ top level.

for convenience, may consider adding .svn/ entry .hgignore file don't accidentally commit .svn folders in mercurial repository.

that being said. not need use subversion @ all. mercurial can interface subversion without subversion client. see working subversion.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -