Page 1 of 1

Subversion URL has been changed

Posted: 02 Jun 2013, 20:59
by hugbug
Sourceforge is updating the projects to new forge platform.
The subversion repository URL has been changed.

Old repository: https://nzbget.svn.sourceforge.net/svnroot/nzbget/
New repository: https://svn.code.sf.net/p/nzbget/code/

The command to get the latest version:

Code: Select all

svn co https://svn.code.sf.net/p/nzbget/code/trunk nzbget-svn
The old repository still exists but was put to read only.

The history of commits is now available on this URL: https://sourceforge.net/p/nzbget/code/log.
Important: when you click on link it redirects to an URL with the latest revision, for example: https://sourceforge.net/p/nzbget/code/698/log/. If you bookmark the redirected URL you will see only commits up to the revision in the URL. Make sure you use the correct URL without revision number!
Another problem with the commit history is that the commit messages are sometimes not displayed correctly. In particular the text between "<" and ">" characters is removed. I will not use these characters anymore until the bug is fixed but you should know that commit messages up to r697 are not displayed correctly. To see the correct log use command "svn log" or the old repository viewer (it can be shutdown anytime though).