Dave wrote: > This is actually a continuation of: > http://groups-beta.google.com/group/cake-php/browse_thread/thread/ed9d441a4b9141ef/bdac07fb5959629c > > I see how I can use svn:externals to have a subdirectory (i.e. cake) > point to another repository while keeping my own files versioned in my > own repository. But is there some way to have a subdirectory in *both* > repositories? It would be nice, for example, if whatever version of > Cake I'm using when I check in a revision of my own app is stored in my > repository so I know I have a working version of the app if I ever > check out from that point. > > Thanks.
Hrmm, maybe I'm not understanding... what's the real reason to have the cake subdirectory stored in your svn as well? I can see if it's the case where you want a copy and don't have an internet connection. Otherwise, I'm not sure what purpose it would serve because when you use the svn:externals, I hope you're using -r to bind the external directory (let's say cake) to a particular revision in the cake svn repository. Then of course, you can tag your own trunk and that particular revision should come down as well. :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
