[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How do I force Tortoise to ignore certain files and continue to checkout

From: Kevin Grover <kevin_at_kevingrover.net>
Date: Mon, 19 May 2008 18:01:34 -0700

On Mon, May 19, 2008 at 10:11 AM, Jonathan Mast
<jhmast.developer_at_gmail.com> wrote:
> I have some files in SVN on Linux that are in form "Foo::Bar" which is
> obviously illegal in Windoze. I want to checkout the entire project, but
> tortoise fails when it reaches these files. I don't need to do anything
> with these particular files and I'm wondering how I can tell tortiose just
> to continue on checking out files when it encounters such problems.
>
> thanks
>

You can't. You can either rename the files (in the repository) so
that they are legal under Windows, or don't check out that path under
Windows.

With SVN 1.5, you could possibly put them in a subdirectory and use
the sparse checkout feature to skip that directory.

A cleaner, more compatible solution, would be to rename the files (in
the repository) to a format supported under all OSes and then have a
script (one for each OS you use) that renames the template (OS
independent files) for each user. Of course, if you could just leave
them OS independent, that would probably be best.

- Kevin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-05-20 03:02:44 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.