Re: [AD] Importing Amiga Allegro |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sat, 2010-01-02 at 16:10 +0000, Arthur Ward wrote:
> Hi all.
>
> I have spent my holidays cleaning up the Amiga port of Allegro and want to
> now import it into svn. But it's a while since I used svn for that so
> before I do it I thought I'd check here to make sure it doesn't go to the
> wrong place. The port lives in "src/amiga" so I assume that I would cd
> into the src directory and use the following command:
>
> svn import -m "Initial import of Amiga port" amiga
> https://alleg.svn.sourceforge.net/svnroot/alleg/allegro/branches/4.4/src/amiga
>
> Let me know if that's not right - I haven't used svn in years! I believe I
> still have access under the account name "colin_ward" from years ago.
You would do:
svn co https://alleg.svn.sourceforge.net/svnroot/alleg/allegro/branches/4.4 alleg4.4
cd alleg4.4
mkdir src/amiga
Then copy all the files into the src/amiga folder and also add any other
files. Then do:
svn add src/amiga
And also svn add any other new files. Then best do:
svn status
And double check the output of the above to see only the files which
should be are added/modified. And finally:
svn ci -m"Added Amiga port...add other info here..."
--
Elias Pschernig <elias.pschernig@xxxxxxxxxx>