Difference between revisions of "Dev:Source code"
(add some information about the git trial) |
(git:// urls are broken atm, will fix tomorrow, use http ones for now) |
||
Line 20: | Line 20: | ||
We are trialling [http://git.or.cz/ git] and may switch to it: | We are trialling [http://git.or.cz/ git] and may switch to it: | ||
− | git clone | + | git clone http://synfig.org/git/ETL.git |
− | git clone | + | git clone http://synfig.org/git/synfig.git |
− | git clone | + | git clone http://synfig.org/git/synfigstudio.git |
People with commit access should use these commands instead: | People with commit access should use these commands instead: |
Revision as of 19:54, 2 April 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:
- http://svn.voria.com/code/ETL/
- http://svn.voria.com/code/synfig-docs/
- http://svn.voria.com/code/synfig-core/
- http://svn.voria.com/code/synfig-studio/
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.
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.
We are trialling git and may switch to it:
git clone http://synfig.org/git/ETL.git git clone http://synfig.org/git/synfig.git git clone http://synfig.org/git/synfigstudio.git
People with commit access should use these commands instead:
git clone git@synfig.org:ETL.git git clone git@synfig.org:synfig.git git clone git@synfig.org:synfigstudio.git
You can also check out the web interface to these repositories.
Also, 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:
- source code outline
- source code glossary
- API documentation
- ETL make check failures
- Mapping between layer types, classes and .cpp files
- ValueNode types
- Blend Method enumeration values