URL:
<
http://gna.org/cookbook/?func=detailitem&item_id=115>
Summary/Question: Uploading my sourcecode into the repository
Project: Gna! Administration
Submitted by: yeupou
Submitted on: jeudi 24.11.2005 à 17:24
Category: Source Code Managers
Importance: 3 - Normal
Status: Approved
Privacy: Public
Assigned to: None
Open/Closed: Open
_______________________________________________________
Details:
(First, you should make sure that your SSH access is set up. If you are not
sure, read the recipe #102)
You also need to enable Subversion support for your project on your
Administration > Main > Active Features page. Note that once you enable, the
repository is only created at the next cron job.
Move into the directory where you keep your local copy of the project. For
example:
<i>cd /opt/project</i>
Type the import command like this:
<i>you@machine:/opt/project$ svn import .
svn+ssh://
login@svn..../svn/project/trunk</i>
Replace login and project with the appropriate information (your login is
your gna login). You'll have to accept the ssh publickey of svn.gna.org on
your first connection.
On your project's Subversion page you will see links to viewcvs for svn,
which lets you browse the repository.
Once you want to make a release of your software, you should tag the svn,
it's trivial and helpful to retrieve a specific version later on.
For more information on Subversion, we recommend you to read the
documentation on the official website:
http://subversion.tigris.org/
_______________________________________________________
Reply to this item at:
<
http://gna.org/cookbook/?func=detailitem&item_id=115>
_______________________________________________
Message posté via/par Gna!
http://gna.org/
_______________________________________________
Help mailing list
Help@gna....
http://mail.gna.org:8080/listinfo/help
opensubscriber is not affiliated with the authors of this message nor responsible for its content.