Simon, As for the files you're trying to ignore, do you need them to be in SVN? Is that where you got them?
Subversion doesn't have a concept of "part of the repository but ignored". It sounds like your CMS files are are in the repository. If that is the case, you won't be able to ignore them directly. You would have to remove them from the repository first so they are unknown to svn, and then individually ignore them (no multi-select in Versions). What icon does Versions use for these files? Unknown files have a blue question mark---that's what you'll need to ignore them. On Thu, May 13, 2010 at 4:18 AM, si...@vg <[email protected]> wrote: > Thanks for this reply, still a bit unclear. Are you saying that: > > - I should delete the directories from my local repository (or copy > them out) and then commit the changes? > > or > > - delete the items from the repository (where I do not seem to be able > to edit the properties so do I then set the property in the working > copy)? > > Either way, at what point can I ignore the item using the contextual > menu? > > Thanks for the help though. > > -- > 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. > > -- ;; Gabe Johnson ;; PhD Candidate in Computational Design - Carnegie Mellon University ;; CoDe Lab: http://code.arc.cmu.edu/ ;; Personal: http://six11.org/ -- 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.
