Hi all.

I've moved PyMSNt to SVN on my home server. I've decided that I do 
really really like SVN. Its branches, tags, etc make a lot more sense 
to me. You all have anonymous access to svn://delx.cjb.net/pymsnt

For those who don't know how to work it, here's a quick guide.
# svn list svn://delx.cjb.net/pymsnt
 > tags
 > branches
 > trunk

# svn list svn://delx.cjb.net/pymsnt/branches
 > 0_9_x
 > 0_10_x

Right now everybody should be using 0_10_x
# svn checkout svn://delx.cjb.net/pymsnt/branches/0_10_x

But you don't want SVN to put PyMSNt in a directory called 0_10_x, so 
we stick the local destination path on the end.
# svn checkout svn://delx.cjb.net/pymsnt/branches/0_10_x PyMSNt

Now you have a shiny new checkout of PyMSNt 0.10.2. Fixes in this 
release include the src/ fix, not sending Jabber avatars fix, as well 
as noticing when a MSN user turns off their avatar.

To switch to a different revision of the transport you can do this 
(Assuming you're in the transport directory)
# svn switch svn://delx.cjb.net/pymsnt/trunk

That will switch you to the trunk repository. At the moment trunk is 
0.11-dev. It has broken file transfer. I'll let everybody know when I 
get it to work properly.

I'll also continue to merge bugfixes into branches/0_10_x and trunk.

Hope you all enjoy SVN as much as I do! :)

PS, thanks for the suggestion to switch :)

---

James

Reply via email to