Two things to keep in mind with SVN: * Branches and tags are just normal directories within the repository, it's just a convention to treat them differently. Some software works within this convention, others don't care.
* You can set up multiple, separate repositories in one directory, e.g. "D:\SVNData" has all the repositories so you have "D:\SVNData\mainwebsite", "D:\SVNData\greenshiney", etc. Then just tell the SVN service to use the D:\SVNData directory as the repository root and reference your projects as e.g. svn://servername/greenshiney/trunk, etc; ditto for the Apache module, there's a configuration option to tell it what the repository "parent" directory is. Damien McKenna Web Developer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277455 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

