Changes between Version 20 and Version 21 of Mercurial
- Timestamp:
- 02/06/12 20:47:54 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mercurial
v20 v21 61 61 * !ssh://USERNAME@PROJECTNAME.hg.sourceforge.net/hgroot/PROJECTNAME/PROJECTNAME 62 62 63 For those developers who have Mercurial access enabled to more than 16 projects, you may need to include your PROJECTNAME as a part of the USERNAME (appended after a comma) in order to work around a Linux permission limitation: 63 ~~For those developers who have Mercurial access enabled to more than 16 projects, you may need to include your PROJECTNAME as a part of the USERNAME (appended after a comma) in order to work around a Linux permission limitation:~~ 64 64 65 * !ssh://USERNAME,PROJECTNAME@PROJECTNAME.hg.sourceforge.net/hgroot/PROJECTNAME/REPONAME '''''(read/write)''''' 65 * ~~!ssh://USERNAME,PROJECTNAME@PROJECTNAME.hg.sourceforge.net/hgroot/PROJECTNAME/REPONAME '''''(read/write)'''''~~ 66 67 ''As of 2012-02-06, this is no longer necessary. While it will still work for the time being, we encourage that users stop using the "USERNAME,PROJECTNAME" format.'' 66 68 67 69 == Authentication ==