So you want to use the wonderful code that the Omni Group gives you for free. Good, just follow the following instructions.
Create a vendor branch in your repository:
myRepo/trunkthen download the frameworks distribution from the Omni Group site, unpack it in the, say, tmp folder of your home. It will have a structure like:
myRepo/branches
myRepo/tags
myRepo/vendor/OmniFrameworks
tmp/OmniGroup/ConfigurationsNow use the svn_load_dirs.pl program to import the distribution to the repository.
tmp/OmniGroup/Frameworks
tmp/OmniGroup/Scripts
svn_load_dirs.pl -t 2008-09-09 \You will have the code loaded to the current and 2008-09-09 directories.
http://example.com/myRepo/vendor/OmniFrameworks \
current \
~/tmp/OmniGroup
myRepo/trunkThe next time you import a new version of the frameworks, do the same steps as above. According to the Subversion Book everything will be all right ;)
myRepo/branches
myRepo/tags
myRepo/vendor/OmniFrameworks/current
myRepo/vendor/OmniFrameworks/2008-09-09
0 comments:
Post a Comment