Re: Ignore a Directory in Versions

2010-05-11 Thread Dirk Stoop
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.



Ignore a Directory in Versions

2010-05-10 Thread ShiVik
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 at 
http://groups.google.com/group/versions?hl=en.



Re: Ignore a Directory in Versions

2010-05-10 Thread Quinn Taylor
The svn:ignore property isn't recursive, so you must set it for the folder 
which contains the resource. You can edit it by hand, but since Versions is a 
GUI, a simpler way is to right-click on a file or folder and select Ignore X. 
That will automatically set the property for you. However, it doesn't handle 
multiple ignores at once, or wildcard patterns, like *.tmp etc.

 - Quinn

On May 10, 2010, at 7:41 AM, ShiVik 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 at 
 http://groups.google.com/group/versions?hl=en.
 



smime.p7s
Description: S/MIME cryptographic signature


Re: Ignore a Directory in Versions

2010-05-10 Thread Cue
Now I see what's going on. Google's WYSIWYG editor uses Markdown ehhh?
Sorry for the multiple irrelevant messages.

-- 
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.