WikiturbineMain Page | About | Help | FAQ | Special pages | Log in

Printable version | Disclaimers | Privacy policy

Subversion

From Wikiturbine

This page is to provide users information of our subversion server, where the repositories are located, how to use them, etc... and mainly so i can keep my own notes as I go along. -stiv2k

Contents

[edit] There are two methods to use our svn server

[edit] svn over SSH method [DEPRECATED]

steve@trillian:~/temp$ svn checkout svn+ssh://websvn.neoturbine.net/var/svn-repos/project_resurrection .
A    trunkls
A    trunkls/testing.txt
A    trunk
A    trunk/testing.txt
Checked out revision 2.
steve@trillian:~/temp$
steve@trillian:~/temp/trunk$ svn commit testing.txt -m "Edited testing.txt"
Sending        testing.txt
Transmitting file data .
Committed revision 3.
steve@trillian:~/temp/trunk$ 

[edit] svn over HTTP [WITHOUT SSL] -using mod_dav, an apache module

steve@trillian:~/temp$ svn checkout http://websvn.neoturbine.net/dav/project_resurrection .
A    trunkls
A    trunkls/testing.txt
A    trunk
A    trunk/testing.txt
Checked out revision 2.
steve@trillian:~/temp$ 
steve@trillian:~/temp/project_resurrection$ svn commit

Log message unchanged or not specified
a)bort, c)ontinue, e)dit
c
Authentication realm: <http://websvn.neoturbine.net:80> Subversion Repository
Password for 'steve': 
Authentication realm: <http://websvn.neoturbine.net:80> Subversion Repository
Username: neostaff
Password for 'neostaff': 
Sending        index.php
Transmitting file data .
Committed revision 5.
steve@trillian:~/temp/project_resurrection$ 


[edit] Getting the latest revision

eli@bird ~ $ cd project_resurrection/
eli@bird ~/project_resurrection $ svn up
At revision 5.

[edit] Documentation

The Subversion Book: http://svnbook.red-bean.com

Retrieved from "http://wiki.neoturbine.net/Subversion"

This page has been accessed 198 times. This page was last modified 17:42, 16 March 2008. Content is available under GNU Free Documentation License 1.2.


Find

Browse
Main Page
Community portal
Current events
Recent changes
Random page
Help
Donations
Edit
Edit this page
Editing help
This page
Discuss this page
Post a comment
Printable version
Context
Page history
What links here
Related changes
My pages
Log in / create account
Special pages
New pages
File list
Statistics
Bug reports
More...