Search Results

1
vote

Subversion - is trunk really the best place for the main development?

Another example of when the good old "stable trunk, dev in branch" process becomes an issue: You're developing a web application that depends on a lot of live, possibly user-contributed, da …
0
votes

How to migrate all URLs in svn:externals properties across a repository?

You could: a) check out the old revision, and change your hosts-file to point the old name to the new address, then svn update. In case the URL-path also changed... well then you might as w …