Liu Yubao wrote:
Maybe the svk way is worth considering, it maintains a map relation
between paths in repository and file system like this:
$ svk checkout --list
depot path path
==================================================================
//path/in/repos/hello/world.c /path/in/fs/hello/world.c
Sorry, I made a mistake, svk maintains a map of the top directory
of checkout, not each file:
depot path path
====================================================================
//path/in/repos/myproject /path/to/myproject
The problem is users must maintain this map when move or delete
/path/in/fs/hello/world.c, it's a bit annoying.
see
http://svkbook.elixus.org/nightly/en/svk-book.html#svk.ref.svk.c.checkout
for more information.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html