Skip to content

Commit

Permalink
Link to git repo instead of subversion
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik242 committed May 3, 2011
1 parent a1e7b2b commit 42a9c11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion create-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ echo
echo -n "Tag release as $RELEASE to sourceforge (y/N)? "
read i
if [ "$i" = "y" ]; then
svn copy https://mingoto@musicbrowser.svn.sourceforge.net/svnroot/musicbrowser/{trunk,tags/$RELEASE}
git tag $RELEASE
git push --tags
fi

echo
Expand Down
2 changes: 1 addition & 1 deletion src/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Changelog

0.23 (2009-05-04)
- Added a template by Henrie van der Locht. Look at
http://musicbrowser.svn.sourceforge.net/viewvc/musicbrowser/trunk/templates/henrie/ for details
<http://musicbrowser.git.sourceforge.net/git/gitweb.cgi?p=musicbrowser/musicbrowser;a=tree;f=templates/henrie;hb=HEAD> for details
- Bugfix (#2785523): Url didn't resolve properly in some situations
- Bugfix (#2766482): Search with non-ascii characters on MacOSX is working now, but
only when PHP 5.3 or the PECL Internationalization extension is installed
Expand Down

0 comments on commit 42a9c11

Please sign in to comment.