> On Dec 2, 10:38 am, fnord <[EMAIL PROTECTED]> wrote: >> I've got a local workspace. I added tons of files to it, and >> committed >> it, but all of the new files are still waiting for me to hit "add" on >> each one of them. >>
Just to clarify. you have added files to the working copy but have not added them to the repository? as they are all showing that they need adding still? You must tell Subversion (ala Versions) what it is to do with the new files, ie flag them for addition in which case you select all the files you want added to the repository FROM the working copy mark them for addition then commit. if your using xcode there will be a question mark or an A denoting unknown or "to be added" statuses respectively. In effect there are 2 additions, one to the working copy, the next brings the repository up to the same status as the working copy. alternatively you can add directly to the repository but then you must update your working copy to reflect the additions so it is really the same either way. HTH >> Is there a way to recursively add them all? >> >> - fnord > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/versions?hl=en -~----------~----~----~----~------~----~------~--~---
