Difference between revisions of "Dev:Source code"

From Synfig Studio :: Documentation
Jump to: navigation, search
(encourage using the tarnames rather than the svn names)
(mention dooglus' subversion page)
Line 10: Line 10:
 
   svn co http://svn.voria.com/code/synfig-core/trunk/ synfig
 
   svn co http://svn.voria.com/code/synfig-core/trunk/ synfig
  
You can also download a [http://synfig.org/code/synfig-svn-checkout.tar.gz daily updated svn checkout] that you can update using svn up.
+
You can also download a [http://synfig.org/code/synfig-svn-checkout.tar.gz daily updated svn checkout] that you can update using svn up. This was created using a [[Subversion|procedure]] by [[User:Dooglus|dooglus]].
  
 
You can also download daily updated svn exports for [http://synfig.org/code/ETL-svn.tar.gz ETL], [http://synfig.org/code/synfig-svn.tar.gz synfig], [http://synfig.org/code/synfigstudio-svn.tar.gz synfigstudio]. At some point we will include configure/etc in them so you don't need autoconf/automake to build the development versions of the code.
 
You can also download daily updated svn exports for [http://synfig.org/code/ETL-svn.tar.gz ETL], [http://synfig.org/code/synfig-svn.tar.gz synfig], [http://synfig.org/code/synfigstudio-svn.tar.gz synfigstudio]. At some point we will include configure/etc in them so you don't need autoconf/automake to build the development versions of the code.

Revision as of 15:52, 24 January 2008

Hey you! Do you want access to bleeding-edge Synfig? Well, I have good news. Anonymous access to the Synfig Subversion repository for Synfig is now enabled! Here are the URLs to the respective repositories:

From the command line, to check out synfig, you would type:

 svn co http://svn.voria.com/code/synfig-core/trunk/ synfig

You can also download a daily updated svn checkout that you can update using svn up. This was created using a procedure by dooglus.

You can also download daily updated svn exports for ETL, synfig, synfigstudio. At some point we will include configure/etc in them so you don't need autoconf/automake to build the development versions of the code.

Once you grab the code, you will need to bootstrap the build environment and then build the code.

Commit notifications are sent to CIA and show up in the IRC channel.

At some point we may switch to git. dooglus maintains a git-svn repository of synfig and has a gitweb interface for it.

While you are browsing the code, you may wish to refer to these links: