Home > Technology > Manage Multiple Projects In Subversion

Manage Multiple Projects In Subversion

Sat, 09 Jul 2011 04:41:02 +0800
Normally there are not only one project on our Subversion server, but, if you manage multiple projects with single repository, these projects will share the revision id in one.
The solution is create a directory with start folder but create multiple repository, like following:
svnserve -i -r /data/svn/repos1

Then, create the projects,
svnadmin create /data/svn/repos1/prj1
svnadmin create /data/svn/repos1/prj2
svnadmin create /data/svn/repos1/prj3
svnadmin create /data/svn/repos1/prj4

use this solution,that u must use the absolute path in your svn client:
svn import prj1src svn://192.168.2.25/prj1

Tag:FreeBSD, Subversion
Hots
评论
发表评论:


  [TIPS:首次发表评论的朋友,需要验证]
Tags
Recent Post
Recent Comments
Links
Copyright Notes
You can reship all of these articles without permission but MUST mark the original link in your post. Please contact with me() if u have advice or other arrangements.
Copyright©2007-2011 lewphee.com All rights reserved.