Skip to content
@JForum-get-off-sourceforge-finally

JForum-get-off-sourceforge-finally

JForum: Get off of S****forge, finally!

JForum people, come get your project (https://github.com/JForum).

I've done the "hard part" and exported to github:

https://git-scm.com/book/en/v2/Git-and-Other-Systems-Git-as-a-Client

svn checkout https://svn.code.sf.net/p/jforum2/code/trunk jforum2-code
( \
  cd jforum-code; \
  svn log -q | awk -F '|' '/^r/ {gsub(/ /, "", $2); sub(" $", "", $2); print $2" = "$2" <"$2">"}' | sort -u > users.txt; \
  cp users.txt ..; \
)
vim users.txt # touch up
cat > users.txt <<EOF
andowson = [email protected] <[email protected]>
Andowson = [email protected] <[email protected]>
[email protected] = [email protected] <[email protected]>
[email protected] = [email protected] <[email protected]>
[email protected] = [email protected] <[email protected]>
(noauthor) = (noauthor) <(noauthor)>
[email protected] = [email protected] <[email protected]>
rvanderwerf = rvanderwerf <rvanderwerf>
udittmer = [email protected] <[email protected]>
[email protected] = [email protected] <[email protected]>
EOF
git svn clone svn://svn.code.sf.net/p/jforum2/code git-version4 --authors-file=users.txt -T trunk -b branches -t tags
gh repo create JForum-get-off-sourceforge-finally/jforum --public --source git-version4 --push

Now you guys don't have an excuse to live like this (svn, etc...).

Popular repositories Loading

  1. .github .github Public

    stamping out svn and putting classic software in front of new audiences one project at a time

  2. jforum jforum Public

    Java

Repositories

Showing 2 of 2 repositories
  • .github Public

    stamping out svn and putting classic software in front of new audiences one project at a time

    JForum-get-off-sourceforge-finally/.github’s past year of commit activity
    0 0 0 0 Updated Aug 29, 2024
  • jforum Public
    JForum-get-off-sourceforge-finally/jforum’s past year of commit activity
    Java 0 0 0 0 Updated Aug 29, 2024

Top languages

Loading…

Most used topics

Loading…