What branch to use?

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.
8/25/2010 3:08:45 AM
bob
Gravatar
Total Posts 126
YAF developer

Which branch to use?

Surely it was discussed somewhere, but I couldn't find it. frown

Please, guide me, I'm completely lost. I want to use it with 3.5 SP1. Should I use default or net35 branch to get a code wich will be in the next release?   

8/25/2010 7:20:52 AM
Gravatar
Total Posts 18439

Re: What branch to use?

Hi Bob,

When you clone the repository, there are only 2 branches, the default branch which you should use and the joedev branch where I work. Whenever my branch has new stable changes they get merged to the default branch, the default branch is meant to be stable and up to date.

Once you have the code, you should review the READMEVisualStudio.txt file. It tells how to use 3.5 .NET, basically you need to use the mojoportal.net35.sln which will compile it for 3.5, but, you also need to replace the contents of the Web.config file (which is pre-configured for .NET 4) with the contents of the Web.net35.config

This is explained in the readme file and also in this blog post

http://www.mojoportal.com/the-net-4-transition-plan-for-mojoportal.aspx

Hope it helps,

Joe

8/26/2010 1:02:44 PM
bob
Gravatar
Total Posts 126
YAF developer

Re: Which branch to use?

Thanks, Joe. I was mostly wrong with web.config. Everything works fine now! :)

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