Working with CodePlex DVCS

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Hi,
I'm unfamiliar with Mercurial and Codeplex (we use Subversion here) but I'm wondering if it's possible to create my own Mercurial server on our company network which I can commit to, but which is based on the original checkout of the currect version of nopCommerce?  The idea of this would be that I can pull changes in or update to the current version, but without needing to Fork the main copy on Codeplex (which would make it public).

If this is possible, how would I go about setting this up?

Thanks,
Nick
11 years ago
Sure, you can.

1. Create your local repository
2. Clone nopCommerce source code from here (see "Clone" button)
3. Work with it locally
4. (optional) Sync it with any Mercurial you want (CodePlex or your local one)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.