Skupinová diskuze > Elgg 1.7 (ze SVN)

Elgg 1.7 (ze SVN)

Administrator
před 214 dny

takze vzhuru do testovani nove verze, info kde bude pridam pozdeji - aby ji bylo mozne tez vyzkouset.

Daniel M. Zak
před 212 dny

jak stahnout 1.7b ?

Development/Subversion

From Elgg Documentation

--> < Development

--> Jump to: navigation, search

-->

Subversion Repository

Elgg code is being hosted in a Subversion repository located at https://code.elgg.org/elgg/. In addition the issue tracker at http://trac.elgg.org/elgg/browser provides an interface for browsing the source.

To checkout the source:

svn co http://code.elgg.org/elgg/trunk /your/save/path

Curverider developed plugins and themes have their own repository found at https://code.elgg.org/extensions/, for plugins:

svn co http://code.elgg.org/extensions/plugins /your/save/path

For themes use the following:

svn co http://code.elgg.org/extensions/themes /your/save/path

We can recommend the online Subversion book, where you'll find all details for checking out and updating a local working repository copy.

SVN clients

If you're on a Windows system and want to check out files regularly, we highly recommend the excellent TortoiseSVN. Mac users might want to try SCPlugin, which integrates nicely with the Finder. Visual client exist for other systems too, *NIX users may want to try RapidSVN.