Hi, and welcome in the Subversion world,
At first I must say that your post to the "dev" mailing-list might be inappropriate to ask for help. Secondly there is probably a confusion between TortoiseSVN (which is a Windows client for SVN) and SubVersioN (which is the name of the "technology", but also the name of the server and command-line client released by Apache).
That is mainly why I encourage you to read the manual: http://svnbook.red-bean.com/. At least, find a good "quick start guide" of SVN with TortoiseSVN.
To answer your original question, both solutions are possible: separate repositories or common repository. In the first case, you can make good use of the "externals" concept to "link" several repositories. In the second case, you would better create a "trunk, tags, branches" folders tree for each project (eg each sub-folder of your repo).
I personally recommand the "several repositories" approach. But again, I urge you to search the web for SVN best practices: https://www.google.fr/#q=subversion+best+practice and http://svnbook.red-bean.com/nightly/en/svn.reposadmin.planning.html#svn.reposadmin.projects.chooselayout. You must weight the pros and cons of each solution before starting, one may be more appropriate to your needs than the other.
If you need further help, I could try to assist you in private but please do not use dev_at_tortoisesvn.tigris.org any more.
Cheers,
Justin
----- Mail original -----
> De: "H Nalen" <david.goliat0_at_gmail.com>
> À: dev_at_tortoisesvn.tigris.org
> Envoyé: Mardi 19 Mai 2015 18:22:17
> Objet: Several projects in one repository?
>
> Hi,
> I'm really beginner with this revision manager. I perhaps even use
> wrong words or perhaps I posting in wrong community..so, please be
> patient.
> I have used VSS earlier in several sw-projects but I must use a
> better tool to handle the revisions. Now I testing TortoiseSVN.
>
> My question.
> Can I have one big repository for many small sw-projects or should I
> create several repositories, one for each customer we have?
>
> The sw-projects sometimes sharing code, perhaps some few display
> routines.
>
> The filetypes in each project is mix of txt and bin.
> (Code for Atmel processors, written in Ansi-C using Atmel Studio)
>
> Hmm....if we sharing code and/or some other documents we must have
> the projects in the same repository?
>
> Regards
>
> ------------------------------------------------------
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3118186
>
> To unsubscribe from this discussion, e-mail:
> [dev-unsubscribe_at_tortoisesvn.tigris.org].
>
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3118267
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-05-20 10:03:02 CEST