I need to look at some code in Umbraco. I don't need to make changes and check it back in, so downloading a zip of it would be fine, but I can't find the zip anywhere.
If I have to get it through SVN that's fine, but I've been sifting through CodePlez and the best I've found is:
SVN Bridge no longer works as we're no longer running TFS, we're using Mercurial.
You can get the code here: http://umbraco.codeplex.com/SourceControl/list/changesets and you can choose the right branch that you want to download and then download that (or so I'd assume, I don't download the code, I clone with Mercurial).
Accessing Latest Source Code
Hi,
I need to look at some code in Umbraco. I don't need to make changes and check it back in, so downloading a zip of it would be fine, but I can't find the zip anywhere.
If I have to get it through SVN that's fine, but I've been sifting through CodePlez and the best I've found is:
https://svnbridge.svn.codeplex.com/svn/
which looks nothing like the code I was expecting.
I also found a bog post stating this what the correct URL:
https://umbraco.svn.codeplex.com/svn/branches/4.1.0
But that doesn't work.
Can anyone tell me where to get the code from?
-Evan
SVN Bridge no longer works as we're no longer running TFS, we're using Mercurial.
You can get the code here: http://umbraco.codeplex.com/SourceControl/list/changesets and you can choose the right branch that you want to download and then download that (or so I'd assume, I don't download the code, I clone with Mercurial).
I have a guide on my site to the source code - http://www.aaron-powell.com/mercurial-101-for-umbraco-developers and Shannon covers using the GUI tools: http://shazwazza.com/post/A-UI-guide-to-using-Umbracoe28099s-new-repository-format-Mercurial.aspx
Well I grabbed that code, but can't find what I'm looking for in there.
Specifically, what I want to look at is the code for the dropdown list data type. Any idea where I'd find that?
Also, thanks a lot for the point in the right direction!
http://umbraco.codeplex.com/SourceControl/changeset/view/19b7611a2eaf#components%2feditorControls%2fdropdownlist%2fDropDownDataType.cs
That's what I'm looking for! Thanks! Merry Christmas!
is working on a reply...