Hi ShiVik,

The biggest challenge comes from wanting to ignore everything except
for "cache" and "logs" inside the "tmp" directory, afaik. that's
simply not possible with SVN.

If you can find a way to drop that requirement achieving the rest of
what you described is pretty straightforward. Ideally, you could even
create the "tmp" directory itself as well on the fly, so all you would
need to set up in Versions is ignoring the "tmp" folder like Quinn
described. To ignore "tmp", you'll need to first delete it from svn;
both command-line svn and Versions will choke if they find you're
trying to ignore a file or folder that's already under version
control.

If for whatever reason likewise changes aren't possible, following
Cue's suggestions to ignore specific files inside the "tmp" and other
folders would be your best bet.

Cheers,
- Dirk

the Versions team



On May 10, 4:41 pm, ShiVik <vikramvmalhotra1...@gmail.com> 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 versi...@googlegroups.com.
> To unsubscribe from this group, send email to 
> versions+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/versions?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Versions" group.
To post to this group, send email to versi...@googlegroups.com.
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en.

Reply via email to