visual studio 2008 - Clone One Project from Solution -


I'm working with Visual Studio and working with the plugin, I have a solution with many projects in source control . My problem is that I just need to clone a project because I need to do personalization for this client. Is there any way I can do that?

Thanks in advance for help.

No, you can not just clone a directory from a mercurial repository ??? You must always clone the entire repository, so you should make sure that the 1 mapping of 1/1 should be between the repositories and the projects.

FYI, such a clone will be called and it is not yet supported.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -