This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository pkg-java-svn2git.
commit 824851c1a5eb183b0c29206779a88cfce4240217 Author: Emmanuel Bourg <[email protected]> Date: Thu Jun 5 10:17:26 2014 +0200 Added a TODO list --- TODO.txt | 7 +++++++ migrate-svn-repo-to-git | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..d85b585 --- /dev/null +++ b/TODO.txt @@ -0,0 +1,7 @@ +TODO + +- Connect to alioth and check if the repository has already been converted before starting the migration +- Disable the post-receive hook to avoid spamming the pkg-java-commits list +- Add a command line parameter to push the converted repository without prompting the user +- Turn the script into a proper package +- Import the lastest upstream tarball into the upstream branch and tag the release diff --git a/migrate-svn-repo-to-git b/migrate-svn-repo-to-git index 3de1d9a..cee91e1 100755 --- a/migrate-svn-repo-to-git +++ b/migrate-svn-repo-to-git @@ -12,8 +12,6 @@ fi PACKAGE=$1 TEAM=pkg-java -#TODO connect to alioth and check if the repository has already been converted - # Create an empty Git repository with an upstream branch echo "Initializing the Git repository..." git init $PACKAGE -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pkg-java-svn2git.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

