Thursday, April 24, 2008

SVN-trunk-branches-tags

Recently I want to organise my SVN project using the trunk-branches-tags directories structure. The Web project will be created in the trunk directory and we will also check in and check out the code from this location. The problem here is that if we check out the code and build from the trunk directory, then we are not able to update the tags and branches directories. so a workaround is to create another simple project and check out the source codes from the parent directory of the trunk, tags and branches.

No comments: