Where lies the repository?

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Where lies the repository?

Post 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?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: Where lies the repository?

Post 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
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post 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.
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post by Maugrim_The_Reaper »

Thanks! :)
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post 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.
Post Reply