"James Adam" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] ... > One suggestion might be to store your multiple copies in > /vendor/some_other_dir, and create symlinks (or just delete and > re-copy on Windows) to the particular version you want.
Just want to mention that Windows NT based OSes have the ability to do hard links in NTFS file systems. They are called reparse points and the resource kits for your particular OS flavor have a utility that can create them. Alternatively, Sysinternals has a free little utility named Junction that can be used to create them as well. Very handy for solving this type of problem in the same way you'd use symlinks to solve it on *nix. Daniel _______________________________________________ engine-developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
