(1)initialize the repository space(contact your web manager)
(2)use SVN gui client software to link the SVN server.
eg. RapidSVN->Bookmarks->Add existing Repository input the URL of your repository space
(3)svn co /yourrepositoryURL to extract your first working copy locally.
(4)using svn add,mkdir,rm,mv etc to manage the working copy, using svn ci to checkin the working copy to the repository.
(5)using svn resolve --accept working yourfilename to resolve the tree conflcit
please refer to http://svnbook.red-bean.com/en/1.5/svn.ref.svn.c.resolve.html to more detail.
(6)create a standard layout for the repository
/trunk
/branches
/tags
没有评论:
发表评论