Novell Forge svn is permanently down!!!

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
5/18/2010 10:18:02 AM
Gravatar
Total Posts 18439

Re: Novell Forge svn is permanently down!!!

I've been doing more research into using a Mercurial repository with TortoiseHG, and given the issues using svn from Codeplex that impact a significant number of people, I've decided to ask Codeplex to create a new Mercurial repository. It may take a day or so to get it all setup but there are a number of advantages to Mercurial. This blog post asks about the benefits of a distributed source code control vs centralized (like svn) and there are a lot of good comments on the post that do explain the benefits. If it doesn't work out well I can always ask them to change back, it would be kind of a pain all over again but I have a feeling in the long run using Mercurial with TortoiseAG will work out better.

I'll post again after the new repository is setup.

Best,

Joe

5/18/2010 2:39:02 PM
Gravatar
Total Posts 18439

Re: Novell Forge svn is permanently down!!!

Ok, we are transitioned to a new Mercurial repository and the code is now available again, but now requires using TortoiseAG

There is a tutorial about using TortoiseAG with Codeplex here, and the url for the mojoPortal repository you need to clone is https://hg01.codeplex.com/mojoportal

I'll be updating the documentation soon but the above link has everything you need, really you only need the first 3 steps in the tutorial.

There are some real advantages to using Mercurial repository and TortoiseAG over svn or Team Explorer, you can commit and track your own changes locally and I think with a Codeplex account you may even be able to push changes but they won't be applied and would still require someone with commit access to the server to accept the changes. I'm still learning it myself but will document it more once I get up to speed.

Best,

Joe

5/20/2010 8:20:39 AM
Gravatar
Total Posts 18439

Re: Novell Forge svn is permanently down!!!

Hi All,

I've updated the document Getting the Code with TortoiseHG to clarify the update process, there are actually 2 steps, previously I had said all you need to do is TortoiseHG > Update, but that is not correct, there is one other step you have to do first to pull the change sets down from the server. Update only applies the change sets, so it won't do anything unless you first Pull the changes from the server.

I can say that using TortoiseHG/Mercurial so far has been a joy compared to TortoiseSVN/svn. The merging process is much smoother and much faster. It used to take me several hours to merge my changes from my sandbox into trunk whereas now it only takes a few minutes to merge changes from my development branch back into the default branch so I can get changes into your hands much faster now.

Best,

Joe

6/28/2010 11:59:55 AM
Gravatar
Total Posts 18439

Re: Novell Forge svn is permanently down!!!

Thought I would share the happy ending to this story.

The Miraculous Resurrection of Novell Forge svn and the Recovery of Source Code History.

Cheers,

Joe

You must sign in to post in the forums. This thread is closed to new posts.