Subversion 1.6.6 using the command line client
Import and verify the project for the first time.
I found that when I create a new project, I do the usual directory structure, i.e.
game_sys_proj
/trunk
/branches
/tags
Steps:
1) I import game_sys_proj to subversion repository.
2) Delete game_sys_proj directory.
3) Checkout game_sys_proj project.
This will create an exact duplicate of what I deleted.
I'm just wondering if there is another way to do this? What do other developers do when importing and checking for the first time?
Thanks so much for any suggestions,
source
share