Am 08.04.2011 03:49, schrieb R Seeker:
>
> I'd like to create the new repo folder under projectname, so that all
> files for that project are together under the same root, like this:
[...]
Of course you can do that, but it's IMHO not advisable: One wrong
keystroke and not only your working copy, but also your repository is gone.
Also, since you're clearly going to use subversion for all future
projects as well, you'll want to put all your repositories in one place,
so you can serve them via svnserve (even if you're the only developer).
> Is there any problem with this approach? Can I import all three
> directories (src, tests, data) into the same repo? Or do they have
> to be treated as three separate things stored in three separate repos
> which happen to live under the same svnrepo directory? The import
> instructions (that I've read so far) seem oriented toward importing a
> single folder.
Having everything in one repository is a perfeclty valid setup. You can
find more information on planning your repository here:
<http://svnbook.red-bean.com/en/1.5/svn.reposadmin.planning.html>
Felix
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2717984
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-04-08 08:12:32 CEST