Page 1 of 1

Where lies the repository?

Posted: Mon Nov 20, 2006 3:01 am
by Maugrim_The_Reaper
Just a curious question.

I'm currently writing an application (where I'll finally get to try Swiftmailer!).

The next step is porting it into SVN for versioning. Typically I prefer to make libraries externals (easier to update). Is Swiftmailer available from SVN (somewhere) or just from the final tarballs?

Re: Where lies the repository?

Posted: Mon Nov 20, 2006 3:13 am
by Chris Corbyn
Maugrim_The_Reaper wrote:Just a curious question.

I'm currently writing an application (where I'll finally get to try Swiftmailer!).

The next step is porting it into SVN for versioning. Typically I prefer to make libraries externals (easier to update). Is Swiftmailer available from SVN (somewhere) or just from the final tarballs?
I did start using CVS but through my own gripes for CVS I abandoned that. When I tried to set up SVN on SF.net it was down. Let me see if I can get it up today since I'm in the middle of version 3 so I could do with having it really.

EDIT | Problems --> viewtopic.php?t=59253

Posted: Mon Nov 20, 2006 8:30 am
by Chris Corbyn
Here you go ;)

Note that branches/v3 is where I'm currently working so only critical updates will be made to the trunk until version 3 is ready.

Posted: Mon Nov 20, 2006 10:58 am
by Maugrim_The_Reaper
Thanks! :)

Posted: Thu Nov 23, 2006 5:20 am
by Maugrim_The_Reaper
Worked a charm :).

You can view my project's log over on:
http://astrumfutura.svn.sourceforge.net ... /?view=log

Currently pulling the library from the 2.1.17 tag, so I switch to v3 whenever it's ready for a trial run.