vote up 0 vote down star

I am using Google code svn and have a repository setup. Inside the repository I am including TinyMCE and now I want to upgrade all the files in this folder. The problem I am having is if I checkout locally and then download their new version and replace the folder it wipes out all my svn files. So in effect removes it from version control.

I was wondering what is the best method to update those folders & files but keep the svn files intact? I have been searching but can't seem to locate any simple method.

flag
Your title seems almost completely unrelated to your question. – Zoredache Mar 22 at 4:53

3 Answers

vote up 0 vote down check

You may want to use the ditto command.

It's as simple as:

ditto /path/to/newFiles /path/to/your/workingCopy
link|flag
vote up 0 vote down

What you may want is to setup svn:externals, or you may also want to take a look at something like Piston.

link|flag
vote up 0 vote down

Something as simple as tar will not nuke the .svn directories. Or rsync (unless you ask it to), or unzip, or writing a simple shell script, or...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.