On Mon, 2 Apr 2007, Malcolm Smith wrote:
> C:\projects\bpl
> This contains BPL files from 2 projects: proj1 and proj2
>
> E:\projects\proj1\*.*
> E:\projects\proj2\*.*
> These are the project files that output their BPL files into
> C:\projects\bpl
>
>
> I'd like to be able to commit 'E:\projects\proj2' and automatically commit
> proj2.bpl - but not proj1.bpl (which is also in c:\projects\bpl)
>
> Is this possible ?
>
> Similarly, if I want to get a particular revision of 'proj2' I'd like to
> automatically retrieve the associated proj2.bpl - and again not proj1.bpl
Ok, I think I understand better. I thought you said they all
output to different directories. If they all output to c:\projects\bpl, I
think you will have difficulties updating only one project at a time.
Unless you make some batch files that look like:
upproj1.bat:
svn update c:\projects\bpl\proj1.lib
svn update c:\projects\bpl\proj1.bpl
upproj2.bat:
svn update c:\projects\bpl\proj2.lib
svn update c:\projects\bpl\proj2.bpl
commit-proj1.bat:
svn commit c:\projects\bpl\proj1.lib
svn commit c:\projects\bpl\proj1.bpl
commit-proj2.bat:
svn commit c:\projects\bpl\proj2.lib
svn commit c:\projects\bpl\proj2.bpl
Or, since you are asking on a tortoise list, right-click each file
individually. If you could get the projects to output to their own
directory, then you could like I was saying.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Apr 2 15:37:56 2007