[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

remap repository to working dir paths

From: Jeff Weber <jweber_at_amsuper.com>
Date: 2006-12-15 16:15:55 CET

Can Subversion perform respository to working directory file path remapping?

For example, the repository contains:
    header1.h
    header2.h
    file1.c
    file2.c

User A needs the working directory paths thus:
    dir1/header1.h
    dir1/file1.c
    dir2/header2.h
    dir2/file2.c

User B needs the working directory paths thus:
    include/header1.h
    include/header2.h
    dir1/file1.c
    dir2/file2.c

    thanks,
    Jeff

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 15 16:16:45 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.