Netbeans - Subversion and Mercurial in one project

1

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

Mailo Světel

Posted 2010-01-05T13:27:39.197

Reputation: 211

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 Světel – 2010-01-14T09:59:13.473

Answers

1

Couldn't you stick with hg and try hgsubversion:

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

Or why do you need both?

Karussell

Posted 2010-01-05T13:27:39.197

Reputation: 248

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 Světel – 2011-03-02T22:18:28.447

1you can create local repo with svn too – Karussell – 2011-03-05T13:25:03.597