the easiest way to get the source code is now via TortoiseHG (Mercurial instead of SVN). Go to http://umbraco.codeplex.com/SourceControl/list/changesets and click on the right hand side on Source Control Setup/Connections instructions. You've got the link to use with TortoiseHG, now you just need to follow instructions on how to install it on your system. It's pretty straightforward. After you are done, create a new folder in your file system, right click on it and select Clone... Paste the Umbraco Mercurial repository url in as source, in the Options you can then select to which specific revision you want to clone.
There are also a couple of blogs out concerning Umbraco and Mercurial:
Source Code of Umbraco 4.6.1
Hi,
I am trying to customize umbraco. When i downloded code from the below link
http://umbraco.codeplex.com/SourceControl/changeset/view/bcb384244a9c
I able to execute it only in framework 3.5. Does any body know where the source code of umbraco in framework 4.0.
I tried to conver the source code to framework 4.0, but i end up in error.
Hi Nagarajan,
the easiest way to get the source code is now via TortoiseHG (Mercurial instead of SVN). Go to http://umbraco.codeplex.com/SourceControl/list/changesets and click on the right hand side on Source Control Setup/Connections instructions. You've got the link to use with TortoiseHG, now you just need to follow instructions on how to install it on your system. It's pretty straightforward. After you are done, create a new folder in your file system, right click on it and select Clone... Paste the Umbraco Mercurial repository url in as source, in the Options you can then select to which specific revision you want to clone.
There are also a couple of blogs out concerning Umbraco and Mercurial:
Umbraco & Mercurial - How to contribute
Mercurial 101 as an Umbraco developer
Hope that helps,
Sascha
I found the way myself!!!
If u want to compile / build the source code, you will need to use the Nant ( http://nant.sourceforge.net/ ).
Go to the home directory of source code (where the file umbraco,sln exists) and then create a file "nant.bat" , right click on it add select edit,
Copy these lines:
@echo off
"C:\Program Files\NAnt\bin\NAnt.exe" %
Replace the address to the path that you've unzipped the nant.
runt the nant.batch, after executation, if no problem occurs, you can find the compiled umbraco at "build" folder.
add it to IIS az a virtual directory or run it via the WebMatrix ,etc.
Follow the installation wizard, go have fun :)
is working on a reply...