My Notepad

  • My Linux Notes
  • My Grid Notes
  • To do List
  • Wednesday, November 18, 2009

     

    Trunk, branches and tags in Subclipse

    A very helpful blog about this topic can be found at:
    http://www.saltycrane.com/blog/2007/03/how-to-setup-subclipse-project-to/

    In summary, always "share" your new project to a aaa/trunk directory on SVN repository. If this is an existing project, then you can use the "move" operation under SVN repository page in eclipse to manually move your existing project into such a manually created trunk folder.

    To create a branch from trunk, use "team" -> "branch/tag..." to copy your trunk version into a branch version. Give a name to your new branch, such as "../myproject/branches/newbranch".

    The nice thing about branch is, we can now easily go to branch version and work on it without affecting anything in our trunk version. To switch to the newly created branch, simply go to "team"->"switch to another branch/tag...".

    Comments: Post a Comment



    << Home

    Archives

    December 2005   January 2006   February 2006   April 2006   May 2006   June 2006   July 2006   November 2006   February 2007   May 2007   June 2007   November 2007   February 2008   March 2008   April 2008   August 2008   December 2008   March 2009   April 2009   May 2009   June 2009   October 2009   November 2009   December 2009   May 2013  

    This page is powered by Blogger. Isn't yours?