Importing a subversion repository
I'm having problems: I create a new repository in Subclipse that poin开发者_Go百科ts to a URL. When I check out the code and it creates a Flex Builder project, I am getting errors that relate to issues with the .actionscriptProperties and .flexProperties files.
So, I was told to just create a new FB project and point the src folder to where SVN is on my machine.
I'm new at this. But I'm guessing that until I do something like import my repository....it's nowhere on my machine. But when I imported it, it appeared to try and take every existing FB project I had and add it to SVN. That's not what I want.
How do I do this right? What am I missing?
Thanks for any helpful tips!
- right click in the navigator, new -> other
- Under SVN, select Checkout projects from SVN
- Select the location of your repo with the FB project, hit next
- there should only be one radio button available, if not, you didn't select the correct trunk location with the project files
- Check "Check out HEAD revision", depth: fully recursive, uncheck ignore externals, check allow unversioned obstructions
- click "finish"
If it complains about anything, let me know what the error is. You may have a different default, for instance, if the project was configured using "default SDK" and the project creator's default SDK was different than your default SDK you'd get errors.
精彩评论