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/repos1Then, create the projects,svnadmin create /data/svn/repos1/prj1svnadmin create /data/svn/repos1/prj2svnadmin create /data/svn/repos1/prj3svnadmin create /data/svn/repos1/prj4use 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
- 评论
- 发表评论:
- Tags
- Apache C Emacs FreeBSD GODADDY MySQL Newage Nginx Perl Subversion UNIX WEB WINDOWS 单曲 数据库 服务器 网络 读书 随写 音乐
- 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.





