Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Open-source repository question



Jim Breen wrote:
> Now, I'm a little stuck actually uploading the source files. The Google code
> pages mention uploads in passing, but give no advice as to how to do it.
> I suspect I have to install a subversion client to push things upwards.
>   

This is untested but it should be something like.

1. Install subversion

# yum install subversion

2. checkout repository

# svn checkout */http/*s://xjdic.googlecode.com/svn/trunk xjdic

3. copy files to working copy

# cp [files to upload] xjdic

4. put the new files under version control

# cd xjdic
# svn add *

5 upload files to googlecode.

# svn commit -m "initial import"

Edward


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links