svn - Can't commit multiple changes made offline -


i have been working offline couple of days didn't have access code repository. in order maintain revisions created several backups of versiones i've created offline , planned commit of them once go online. however, after have committed first 1 of offline versions (the oldest) found myself unable commit rest cause when attempt commit of offline versions svn client says resource out of date, technically correct because modified date of committed offline version (the older one) today while other offline versions created yesterday.

do have manually merge versions?

i tried updating working copy , overwriting files offline newer ones. resolved conflicts "mine" , committed tha changes. got stuck when svn refused add new directory upon next update proj cause has been created.

let me guess: copied .svn folders , trying overwrite up-to-date ones in working copy outdated archived ones.

if that's case, have remove .svn folders in backup before copying source files working copies.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -