> Hi
>
> Can anyone point me in the right direction for sharing/referencing
files in a tortoise subversion repository? Can it be done?
>
> I have multiple projects that share a certain word document. Am I able
to configure my repository so that when I check out any of the projects,
the > > latest revision of the shared file is also included? I think it
was something to do with modules in cvs but I haven't been able to find
out how to do > it under subversion (tortoise).
>
> Thanks
>
> Nicolas
Hello,
You probably mean the externals feature. Let's say you make a folder
called externals in your working copy. Schedule it for adding using the
context-menu SVN-Add. Right click the folder->properties. Go to the
SVN-properties tab. There you can select svn-externals in the combobox
and enter a name-url pair of the directory you want svn to automatically
checkout (i.e. "docs svn://myserv/repos/docs/"). When you commit this,
the next time you checkout the folder you have set the property on, it
will automatically create a folder called docs, where it checks out the
latest revision of svn://myserv/repos/docs. Hope that helps.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
--
Received on Thu Dec 01 09:40:05 2005