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

set workfile location in working copy

From: T <tcazali_at_gmail.com>
Date: Thu, 24 Apr 2008 21:41:55 +0200

Hi,

Imagine I have a branch named /myBranch in my repository.
It looks like that with these subdirectories:

/myBranch
/myBranch/folder1/src/
/myBranch/folder1/www/
/myBranch/folder2/src/
/myBranch/folder2/www/

Is it possible to set a kind of property on subdirectories /folder1 and /folder2 for when my users checkout my branch /myBranch, they only have /src and /www merged of /folder1 and /folder2 in their working copy like that :

/myBranch/src/
/myBranch/www/

where /src and /www are merged from /folder1 and /folder2 of my repository ?

Thanks
Received on 2008-04-24 21:42:38 CEST

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.