--- trunk/rosapps/packmgr/lib/download.cpp 2005-04-16 11:11:52 UTC (rev 14632)
+++ trunk/rosapps/packmgr/lib/download.cpp 2005-04-16 11:42:44 UTC (rev 14633)
@@ -16,7 +16,7 @@
#include <wine/urlmon.h>
// Server there all the files lie
-const char* tree_server = "http://svn.reactos.com/viewcvs/*checkout*/trunk/rosapps/packmgr/tree/";
+const char* tree_server = "http://maarten-online.de/xml/"; //"http://svn.reactos.com/viewcvs/*checkout*/trunk/rosapps/packmgr/tree/";
HRESULT WINAPI URLDownloadToFileA(
LPUNKNOWN pCaller,