Author | Message |
---|---|
hensan
Posts: 23
|
Posted 11:44 Jul 09, 2015 |
Are we creating a tag of the project trunk folder or the branches? If I'm correct the tag is just another branch, so are we creating another branch with the title cs520-hw2 of the project repository. Can we use Eclipse to create it or is it required to use the command line? |
cysun
Posts: 2935
|
Posted 12:53 Jul 09, 2015 |
Tags and branches are created in the same way in Subversion, but conceptually they are different things. You can use Eclipse to perform all Subversion operations. I used command line in the lecture to simulate a 2-developer scenario, but you don't need to use it. |