On Apr 19, 2006, at 01:45, Kirk Black wrote:
> Here is an example of what I'm wanting to do.
>
> My repository looks like below:
> foo
> foo/project1
> foo/project1/data
> foo/project1/exe
> foo/project1/source_code
> foo/project2
> foo/project2/data
> foo/project2/exe
> foo/project2/source_code
>
> On my website I want to make all data and exe folders available but
> not the
> source_code directories.
> foo
> foo/project1
> foo/project1/data
> foo/project1/exe
> foo/project2
> foo/project2/data
> foo/project2/exe
If possible, consider rearranging the structure of the directories
such that everything that you want to check out onto the web server
is in a single directory. For example, each of our projects has two
top-level directories, "dev" and "web", with "web" containing
everything that ends up going to the web server (web server document
root, libraries, templates, scripts, etc.), and "dev" containing
sources (Photoshop source files, interface mock-ups, etc.) that are
only useful to have on development machines.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 19 16:55:52 2006