Thomas wrote:
> Hi there,
>
> Our CVS repository structure looks like this:
>
> cvs_root
> |--module_one
> | |--import <- alias to module_two/export
> | |--src
> | |--...
> |
> |--module_two
> |--export
> |--src
> |--...
>
> during checkout or update of module_one the files from module_two/
> export are also checked out or updated to module_one/import. no
> problem so far. also tagging and branching of module_one modifies the
> files in module_two/export.
> now we wnat to migrate our repository to svn but i did not figure out,
> how to handle this with svn. the svn:externals seem not be useful as
> the tagging and branching will not affect the files linked with the
> externals command. right?
>
> does anybody have an idea how to handle this with a pre-commit-hook? i
> do not have an idea how to write one but think, this would be an
> option.
Hi Thomas,
Your question is about the usage of Subversion, and this list is about
the development of Subversion. Please post this question to
users_at_subversion.tigris.org
Thanks,
-Hyrum
Received on 2008-05-09 18:24:35 CEST