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
Post a Comment