On Mon, Sep 21, 2009 at 7:05 PM, Shakthi Kannan <[email protected]>wrote:
> Git SCM: > http://git-scm.com/ > > Thanks for the pointer on git. I am just reading https://sourceforge.net/apps/trac/sourceforge/wiki/Git I have got the following idea to have the advantage of have the RCS ident strings even if I use a system like GIT. Looks like I can create a git repository on my local system and continue to work on RCS. - Create a GIT repository on sourceforge for my project - Create a GIT repository on my local system - mkdir indimail (which I already have) - cd indimail - git init - Push the local respository to Sourceforge - Make local changes and use ci to commit to RCS - do make clean to remove all .o and executables - push the local repository to sourceforge git push origin master Am I missing something? Regards Manvendra - http://www.indimail.org CTO - Consim Info Pvt. Ltd. Sent from Chennai, TN, India _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
