Asterisk Source Code Control With SVN

Para pegar os últimos sources do asterisk seguir…

If you need additional information about the Asterisk project, read getting started.

Code is checked out from the SVN servers via anonymous read-only access. Check out code from the SVN repository using the following commands:

#cd /usr/src

# svn checkout http://svn.asterisk.org/svn/asterisk/trunk asterisk
# svn checkout http://svn.asterisk.org/svn/dahdi/linux/trunk dahdi-linux
# svn checkout http://svn.asterisk.org/svn/dahdi/tools/trunk dahdi-tools
# svn checkout http://svn.asterisk.org/svn/libpri/branches/1.4 libpri
To get a snapshot from the release branch of SVN, use the following format

# svn checkout http://svn.asterisk.org/svn/asterisk/branches/x.x asterisk-x.x
(with x.x being the current release and revision number). Example:

Note: The below example does not reflect the current release to date
# svn checkout http://svn.asterisk.org/svn/asterisk/branches/1.2 asterisk-1.2
# svn checkout http://svn.asterisk.org/svn/zaptel/branches/1.2 zaptel-1.2
# svn checkout http://svn.asterisk.org/svn/libpri/branches/1.2 libpri-1.2
An important note
You can check out the source at any level of the filesystem. This includes something like svn checkout http://svn.asterisk.org/svn/asterisk. However, it would be a bad idea to do so, because you will end up checking out the code for every branch and tag that exists in the asterisk repository. Make sure you are careful when checking out the code

Deixe um comentário