You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Thomas Runge <sv...@thrunge.de> on 2007/07/30 18:58:01 UTC

SVN on Linux with Windows Client (casesensitive filenames)

Dear all,

I've an repository and a Working copy on Linux.

Additionally I've would make a checkout on an Windows system, but it fails
because in the repository I have a file in small letter and in large letter with
the same name.

e.g.
/trunk/test.html
/trunk/TEST.html


Is there a possibility to avoid add and commit such files? Something like: If
file/dir with the same name in the same directory exist, but in different cases,
don't allow a commit.

Thanks

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: SVN on Linux with Windows Client (casesensitive filenames)

Posted by Martin Tomes <ma...@tomes.org.uk>.
On 30/07/07, Andy Levy <an...@gmail.com> wrote:
> On 7/30/07, Thomas Runge <sv...@thrunge.de> wrote:
> > Additionally I've would make a checkout on an Windows system, but it fails
> > because in the repository I have a file in small letter and in large letter with
> > the same name.
> >
> > e.g.
> > /trunk/test.html
> > /trunk/TEST.html
>
> Have a look at the first 2 scripts here:
> http://subversion.tigris.org/tools_contrib.html#hook_scripts

You should use case-insensitive.py

-- 
Martin Tomes
martin@tomes.org.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: SVN on Linux with Windows Client (casesensitive filenames)

Posted by Andy Levy <an...@gmail.com>.
On 7/30/07, Thomas Runge <sv...@thrunge.de> wrote:
> Dear all,
>
> I've an repository and a Working copy on Linux.
>
> Additionally I've would make a checkout on an Windows system, but it fails
> because in the repository I have a file in small letter and in large letter with
> the same name.
>
> e.g.
> /trunk/test.html
> /trunk/TEST.html
>
>
> Is there a possibility to avoid add and commit such files? Something like: If
> file/dir with the same name in the same directory exist, but in different cases,
> don't allow a commit.

Have a look at the first 2 scripts here:
http://subversion.tigris.org/tools_contrib.html#hook_scripts

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org