You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README
+37-14Lines changed: 37 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
= Ohloh SCM
1
+
# Ohloh SCM
2
2
3
3
The Ohloh source control management library
4
4
@@ -16,7 +16,7 @@ GNU General Public License for more details.
16
16
You should have received a copy of the GNU General Public License
17
17
along with this program. If not, see <http://www.gnu.org/licenses/>.
18
18
19
-
== Overview
19
+
## Overview
20
20
21
21
Ohloh SCM is an abstraction layer for source control management systems,
22
22
allowing an application to interoperate with various SCMs using a
@@ -25,7 +25,7 @@ single interface.
25
25
It was originally developed at Ohloh, and is used to generate
26
26
the reports at www.ohloh.net.
27
27
28
-
== System Requirements
28
+
## System Requirements
29
29
30
30
Ohloh SCM is developed on Mac OS X 10.5 and Ubuntu 6.06 LTS. Other Linux
31
31
environments should also work, but your mileage may vary.
@@ -47,16 +47,43 @@ hg 1.1.2
47
47
If you are using CVS instead of CVSNT, you can potentially try creating
48
48
a shell alias or symlink mapping 'cvsnt' to 'cvs'.
49
49
50
-
== Running
50
+
## Running
51
+
52
+
Ensure that cvsnt, svn, svnadmin, svnsync, git, and hg are all on your path. You'll also need to ensure that you have the xmloutput plugin installed for bazaar.
53
+
54
+
### Installing The XmlOutput Plugin
55
+
$ cd ~
56
+
$ mkdir .bazaar
57
+
$ cd .bazaar
58
+
$ mkdir plugins
59
+
$ cd plugins
60
+
61
+
Now checkout the latest version of the xmloutput plugin (0.8.8 as of 11/21/2011).
0 commit comments