sellfisch Posted February 15, 2009 Share Posted February 15, 2009 Hi there, i have a question. I am using a few classes in many of my php projects. All project have their own repository. Is it possible to make a copy of a file from one repro to another? Is it possible to change the file in one project and apply the changes to the other repros? Thanks for help Quote Link to comment Share on other sites More sharing options...
Mchl Posted February 15, 2009 Share Posted February 15, 2009 None that I know of. That's why it's helpful to have a separate repository for 'common' files. Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted February 15, 2009 Share Posted February 15, 2009 You can use the svn:externals property to include files/folders from external repositories. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.