Hi there,
As part of my deployment scripts I do an svn copy from the trunk to the tags directory, which is in turn exported to our server. In a current project thats in development i'll be using svn externals to reference some files from another project.
Upon deployment i'd like to remove that reference and save a local copy with the code. Is there an easy way to do this? I realise I could do an svn export then check that in to the repo but it seems overly complex.
Any help appreciated,
James