Wiki : SubVersion
Documentation Home :: Categories :: Index :: Recent Changes :: Comments :: Search :: Help :: Login/RegisterSubversion Access to PostNuke
PostNuke migrated its repository from CVS to SubVersion (SVN) on 18 April, 2006. There are a number of tools for accessing SVN repositories.
- Subversion Homepage∞
- Version Control with Subversion∞ (free online book published by O'Reilly Media)
- Subversion Cheat Sheet∞
Command line / Terminal Access
For anonymous export of Postnuke from SVN:
svn export https://noc.postnuke.com/svn/postnuke/trunk/PostNuke PostNuke
Those with a NOC username and password can use the following:
- Substitute NOCUSERNAME and NOCPASSWORD with the proper values.
svn checkout --username NOCUSERNAME --password NOCPASSWORD https://noc.postnuke.com/svn/postnuke/trunk/PostNuke PostNuke
Developers can use the following:
- Substitute developername with the proper values. Enter your site password when prompted.
svn checkout --username developername https://noc.postnuke.com/svn/postnuke PostNuke
If you wish to check out only the current 0.8 and ValueAddons tree, you can do the following:
svn checkout --username developername https://noc.postnuke.com/svn/postnuke/trunk/PostNuke
svn checkout --username developername https://noc.postnuke.com/svn/postnuke/trunk/ValueAddons
Windows
- TortoiseSVN∞ mirrors the user interface and style of it's sister TortoiseCVS∞.
- Merging changes using Tortoise SVN
Unix/Linux
Debian packages are available for both tools. Tested on Ubuntu 6.06.
Mac OSX
CategoryDeveloperDocs
