tortoisesvn - Creating multiple svn repos on single SVN Server -
i got svn server setup project good. need setup repository in same server project b.
any guidelines please?
you have installed server , setup project in it, believe in following manner:
http://svn.exampel.com/repos/ | |- projecta | |- branches |- tags |- trunk
to add repository in same server, go root directory , create folder structure this:
http://svn.exampel.com/repos/ | |- projecta | |- branches |- tags |- trunk | |- projectb | |- branches |- tags |- trunk
simple!. there no other configuration invoved , can start using them seperate repositories. called multi-repisotory layout.
note: revision number shared both of these, i.e., revision number complete tree , there unified revision number both projects
Comments
Post a Comment