cancel
Showing results for 
Search instead for 
Did you mean: 

How to get 2.1 release source code? What's the svn url?

agileaction
Champ in-the-making
Champ in-the-making
I search whole forum but I still don't know what the svn url to access 2.1 source code. Could someone help to give the svn url of 2.1 release?

Thanks a lot!!!
8 REPLIES 8

mikeh
Star Contributor
Star Contributor
Hi

I guess you didn't find the wiki 😉

http://wiki.alfresco.com/wiki/Alfresco_SVN_Development_Environment

Thanks,
Mike

agileaction
Champ in-the-making
Champ in-the-making
But the wiki is for head branch. How can I access the svn branch for release 2.1.0? I can't find a svn url for 2.1.0. Thanks.

mikeh
Star Contributor
Star Contributor
Hi

Details for v2.1 specifically are here: http://wiki.alfresco.com/wiki/Release_2.1#Important_Notes

Thanks,
Mike

agileaction
Champ in-the-making
Champ in-the-making
Actually I've already checked both the wiki pages before post this topic, I know the revision is 929 but what the svn url is? I've guessed couple of formats of the svn url and tried them based on what's mentioned in wiki page but none works.

Why not give the svn url directly? It's more helpful. I can't find a wiki page about how to compose a svn url for a released branch. There're two topics I can find but none works.

Could someone give out the svn url directly? Appreciate!

mikeh
Star Contributor
Star Contributor
Hi

Apologies - I had assumed if you were a developer you'd be familiar with the svn syntax.

The svn command has good help build-in, so you might want to familiarise yourself with it, e.g.
svn help co

So it's a combination of the two wiki pages:
svn co http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD -r 929

Thanks,
Mike

agileaction
Champ in-the-making
Champ in-the-making
It seems that I depend on intellij IDEA too much.  Smiley Sad

Although I'm a developer but I'm assuming that there should be a tag for a release and I can use such a tag to compose url and access svn. And I forget that svn can use a revision number to access a codebase. That's really stupid.  Smiley Surprisedops:  :shock:

Mike, appreciate your patience and sorry to bother you so much.

albertl
Champ in-the-making
Champ in-the-making
http://wiki.alfresco.com –>  Download –>
Download Alfresco SDK 2.1  –>
http://sourceforge.net/project/showfiles.php?group_id=143373&package_id=189441&release_id=524561
–>     alfresco-community-sdk-2.1.0.tar.gz
and    alfresco-community-sdk-2.1.0.zip

snunez
Champ in-the-making
Champ in-the-making
Is there a 2.1 branch, or only a particular revision number of trunk? I notice that the Enterprise edition is up to 2.1.1 – how would we check out the latest and greatest of the 2.1 branch?

Cheers,
    - SteveN