citing lower-federal, state, and local court decisions

Hi All,
Sorry to keep resurrecting this thread, but I have what I guess is an SVN
question. I want to have Frank’s test directory linked in with the Ruby
project (so that someone checking out the Ruby project will get that test
directory somewhere in the directory structure without having to check out
the Javascript version as well), but of course not have a separate copy of
the tests but have it actually refer to that directory. Wondering if anyone
knew the preferred way to do that.

Thanks,
Howard

I’m not an authority on this at all, but I believe SVn externals is
designed for this:

http://svnbook.red-bean.com/en/1.0/ch07s03.html

Bruce

Hi,
Okay. I knew that was useful for having stuff from other projects, but I
didn’t know if there was a better way for doing it within a single project.
I can probably manage to do it via externals then.

Thanks,
Howard

Don’t take my word for it though; was just throwing it out there :wink:

Bruce