Depends on the type of files you'd like to ignore. For example, assume all your files that reside in the *tmp* directory have an extension you can apply the svn:ignore property to the *tmp* folder and use "**.**" (without quotes). This will ignore all files only with extensions. You can select the recursive option to apply this recursively, so that all directories residing in the *tmp* directory have this property too.
This is your best bet until you can elaborate on the type of files your choosing to ignore. On Mon, May 10, 2010 at 3:41 PM, ShiVik <[email protected]>wrote: > Hello all > > Just go started with Versions. Seems fun and quite intuitive like > those SVN clients on Windows. > > I just bumped into a ignore directory problem. I want to have a > directory "tmp" and it subdirectories "cache", "logs" checked in, but > want the files that get generated inside either of "tmp", "cache", > "logs" to be ignored. > > Here's my checked-in folder structure > > /app > /app/tmp > /app/tmp/cache > /app/tmp/logs > > Now I understand that I need to edit the svn:ignore property of > Inspector for app folder, but what should I put in it? > > I tried the following in vain... > > tmp . > tmp . -R > > Please guide me. > > Thanks and Regards > -- 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.
