Difference between revisions of "Extensions repository/Creative Commons/CVS"

From Apache OpenOffice Wiki
Jump to: navigation, search
(CVS access via ssh tunnel)
Line 1: Line 1:
 
== CVS access via ssh tunnel ==
 
== CVS access via ssh tunnel ==
  
Instructions are available here:
+
OpenOffice CVS is accessible via a ssh tunnel. Instructions for ssh tunneling are available here:
 
http://www.openoffice.org/scdocs/ddSSHGuide.html
 
http://www.openoffice.org/scdocs/ddSSHGuide.html
  

Revision as of 16:21, 2 June 2007

CVS access via ssh tunnel

OpenOffice CVS is accessible via a ssh tunnel. Instructions for ssh tunneling are available here: http://www.openoffice.org/scdocs/ddSSHGuide.html

Using SSH config file makes things easier. Once added the following lines to ~/.ssh/config:

Host tunnel.openoffice.org
Hostname openoffice.org
Protocol 2
User tunnel
LocalForward 2401 localhost:2401
ForwardX11 no
IdentityFile ~/.ssh/id_dsa_openoffice

you can simply start the tunnel by:

ssh tunnel.openoffice.org

Creative Commons extension CVS

To check out the Creative Commons extension code:
(replace USERNAME by the name you have given when registering your ssh key)

cvs -d :pserver:USERNAME@localhost:/cvs login

you will be prompted for a password, enter the password you gave when registering your OpenOffice account

cvs -d :pserver:USERNAME@localhost:/cvs co exthome/creativecommons

Instructions for CVS anonymous access

(to be filled later, I don't know if there is a CVS anonymous access)

Personal tools