Specifically I am interested for the LAMP Stack and some of the best practices to use this for various builds.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
‘export’ and ‘tag’ are two very different concepts in SVN. Tags are basically just copies of the project at a particular point in time; as far as the Subversion software knows they are just folders. ‘export’ on the other hand is an operation supported by the client software, which creates a copy of a directory from the repository without the SVN metadata needed for a working directory.
I’d recommend reading over the Red Book, especially the sections on repository layout and tagging.