Menu

Move to git Repository completed

The source code repository is now officially migrated from the old cvs based repository at sieve.mozdev.org to modern git repository at sourceforge.net

  1. Login into CVS at mozdev. The password is guest.

    cvs -d :pserver:guest@mozdev.org:/cvs login

  2. Import the CVS repository.

    git cvsimport -k -m -v -d:pserver:guest@mozdev.org:/cvs sieve/src

  3. Export Repository to git

git remote add origin ssh://username@git.code.sf.net/p/managesieve/code
git config branch.master.remote origin
git config branch.master.merge refs/heads/master
git config user.name "Thomas Schmid"
git config user.email "example@example.com"
git push origin master
Posted by Thomas Schmid 2011-10-08 Labels: MOZDEV GIT CVS sourceforge

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.