On 1/3/07, Nader <[EMAIL PROTECTED]> wrote:
I am learning TurboGears via book. There is an example in chapter 4, Building a Simple Bookmark Collection Site. I have downloaded the source code of this chapter and I would make some repository by using of SVN as recommended in the book. I know that it will be better if I make 3 subdirectories in a root directory of the project. For example I make a dirctory (mkdir tg-chap4) and in this dirctory I make the subdirectories also (mkdir trunk tags branches). Now I have to arrange this directory structure in relation with source code of book. How do I have to do it? Do I have to copy all source files in trunk subdirectory on project? Or maybe there is a script that I can use it to arrange this.
as godoy said the structure is totally optional I suggest you read at least chapters 1 and 2 of svnbook.red-bean.com. and always remenber the "real" copy of the code is on the server, most people get confused because they are used to having stuff on their machines not on the server, as an example almost everyone get svn import wrong the first time :)
with regards >
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

