How to add a project to SVN?

A place to post legitimate, console-related project recruitment or commercial employment opportunities.
Post Reply
char
Posts: 2
Joined: Tue May 10, 2005 2:18 pm
Location: Seoul, South Korea
Contact:

How to add a project to SVN?

Post by char »

Hi,

How to add a project to SVN? I already become a member of pspsvn mailling list.

I will go to add GUIDO library(http://guidolib.sourceforge.net/) to SVN.

TIA
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Use 'svn import':

http://svnbook.red-bean.com/en/1.0/re12.html

You'll want to add it to:

svn://svn.ps2dev.org/psp/trunk/guidolib

So it'll probably look like this:

Code: Select all

svn import -m "New import" guidolib svn://svn.ps2dev.org/psp/trunk/guidolib
Please be careful.
Last edited by ooPo on Fri Sep 28, 2007 2:37 am, edited 1 time in total.
Oobles
Site Admin
Posts: 347
Joined: Sat Jan 17, 2004 9:49 am
Location: Melbourne, Australia
Contact:

Post by Oobles »

You also need to send me a private message with the userid and password you would like to use. We have anonymous access for reading but you need an account for writing to Subversion.

Oobles.
Post Reply