at 2010-09-22
in Editorial
by friebe
(0 comments)
The XP Framework's checkouts you have on your disk should be originating from svn.xp-framework.net, and not from any other host name. While this may currently still work as all the other domains in use like xp-framework.de still point to the same server, we might want to change this in the future. To check what exactly you're using, type the following:
~/devel/xp/trunk $ svn info . | grep ^URL URL: svn+ssh://$USER@xpsrv.net/home/svn/xp/trunk
Should this read any hostname except svn.xp-framework.net, you can change it as follows:
~/devel/xp/trunk $ svn switch --relocate \ svn+ssh://$USER@xpsrv.net/home/svn/xp \ svn+ssh://$USER@svn.xp-framework.net/home/svn/xp
|
Subscribe
You can subscribe to the XP framework's news by using RSS syndication.
CategoriesNews General PHP5 Announcements RFCs Further reading Examples Editorial EASC Experiments Unittests Databases 5.8-SERIES Unicode Language 5.9-SERIES
RelatedFind related articles by a search for «SVN».
|