Version 3 (modified by ladanyi, 14 years ago) (diff) |
---|
Information For Project Managers
Note that these project webpages are based on Wiki, which allows webusers to modify the content to correct typos, add information, or share their experience and tips with other users. You are welcome to contribute to these project webpages. To edit these pages or submit a ticket you must first register and login.
Begin by reading the user-related section? of this site. The information behind the links below is mostly intended for people working on COIN projects, i.e., project managers as well as contributors.
Understanding Subversion
- Understanding Subversion
- Basic Subversion Commands
- Subversion Configuration File
- SVN Commands
- svn help
- svn checkout (short form: svn co)
- svn update (short form: svn up)
- svn switch (short form: svn sw)
- svn status (short form: svn st)
- svn info
- svn commit (short form: svn ci)
- svn diff (short form: svn di)
- svn revert
- svn resolved
- svn add
- svn remove (short form: svn rm)
- svn copy (short form: svn cp)
- svn mkdir
- svn merge
- svn export
- Subversion Properties
- Understanding Branches and Tags
- Handling Subversion Externals
- Suggestions for Handling Stable Versions and Releases
- COIN-OR Server Automated Procedures and Configuration
Using the Autotools In COIN
- Working With the GNU Autotools
- Autotools Basics
- Basic Structure of the configure.ac File
- The Package Base Directory configure.ac File
- The Project Directory configure.ac File
- Introduction of Automake Concepts
- The Package Base Directory Makefile.am File
- The Project Main Directory Makefile.am File
- The Source Directories Makefile.am Files
- The Test Directory Makefile.am File
- Using the Correct Version of the Autotools
- Hints, tricks, bugs, and suggestions
More Information
If you have questions or problems related to the usage of subversion and the Autotools, please submit a Ticket to the BuildTools project, using the "New Ticket" link on top of this page (after logging in).