Git

From Net-SNMP Wiki
Revision as of 08:37, 8 January 2013 by Dts12 (Talk | contribs) (Use the correct URL for the new (allura) repository in the anonymous retrieval instructions)

Jump to: navigation, search

Git is a version control system (VCS) that is based on a distributed architecture. In June 2011, the Net-SNMP project switched from SVN to Git. In December 2012, the project moved to the new 'Allura' SourceForge framework, which also affected the URLs used to retrieve the code. Please ensure that you use the repositories shown below - using anything else may result in obtaining an old version of the project code.

If you're a developer, you might checkout out the Git For Developers page.

Checking out the Net-SNMP Git Tree

Check it out anonymously (read-only access):

 git clone git://git.code.sf.net/p/net-snmp/code

Checking it out if you're a developer:

 git clone ssh://USERNAME@git.code.sf.net/p/net-snmp/code

This will retrieve the source code for the project. (To obtain the content of the Net-SNMP website, replace code with htdocs)

Learning Git

If you're starting out learning Git, here are some useful resources:

See Also

Also, check out the contents of the Git category which lists even more resources: