How to move module under Mercurial to another VB.NET project? -
How to move module under Mercurial to another VB.NET project? -
am using single mercurial repository track vb.net 2010 solution myvbsolution. contains 2 projects projecta & projectb. module 'module1' in projecta. top of mercurial repository myvbsolution.
how move projectb in vb.net. retaining alter history module1?
i have read need need utilize hg mv
perform copy, not know steps required integrate move vb.net.
the construction of code now:
myvbsolution projecta -module1 projectb
wanted: myvbsolution projecta projectb -module1
you can move file using hg mv
outside of visual studio. after that, in visual studio, remove missing file projecta
, utilize add->existing item
on projectb
add together projectb
.
but if utilize tortoisehg, it's easier: move file in visual studio , utilize detect renames
function of tortoisehg (you can utilize 100% similarity).
vb.net mercurial
Comments
Post a Comment