up vote 1 down vote favorite
share [g+] share [fb]

i have php project which is versioned under svn. Now i started to do local versioning throught hg. The subversion, for collaboration with team, remains. After restart netbeans working with the project as with only Mercurial versioned.

Is there way to use both? Or is it possible to tell NB to use just one of them?

  • Ubuntu - 9.10
  • NB 6.8
  • SVN - 1.6.5
  • Mercurial - 1.3.1
link|improve this question

80% accept rate
I've temporaly solve this by move the .hg folder somwhere else, and when i want to use hg i make a symbolic link. I hope it's not a final solution – Mailo Jan 14 '10 at 9:59
feedback

1 Answer

up vote 1 down vote accepted

Couldn't you stick with hg and try hgsubversion:

http://mercurial.selenic.com/wiki/WorkingWithSubversion

Or why do you need both?

link|improve this answer
It was becouse we used svn and i wanted to use mercurial for my local versioning( svn does not have local repository ). From the four things i still use just ubuntu :) but thank you for your response – Mailo Mar 2 '11 at 22:18
1  
you can create local repo with svn too – Karussell Mar 5 '11 at 13:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.