This is not a bug. It is how the Subversion library (the library used by
TSVN) works.
It's multi platform (by design). Note: this is an issue for other version
control systems (possibly excluding those that only run under Windows) as
well.
There is really now way around it. If you work with Windows you must be
aware of how your file system works (and it's limitations). You could
install a hook script (on the svn server) to check the case of files and or
directories and not allow things in certain cases, or even if there is
another file of the different case with in the repo.
On Mon, Sep 12, 2011 at 13:30, Daniel Pekar <Daniel.Pekar_at_pacbrake.com>wrote:
> Hello,
>
>
> I've run into a bug that would be only on the widows system, not linux
>
> Since windows treats these 2 folders to be the same
> "folder"
> "Folder"
> It creates a problem when commiting and updating
>
> One user here created a folder "test" and commited to the server, all OK
> Then deleted or moved folder to desktop
> Then created a new folder "Test" and commited to the server, all OK as well
>
> Update then will give errors since there are 2 folders on the server "test"
> and "Test"
> This will give conflict on the windows system
> It took a while for us to figure out why there was an error
>
>
> Regards,
>
>
> Daniel Pekar, Mechanical Designer
> PACBRAKE COMPANY
>
> T 604.881.7144 | F 604.882.2330 | E daniel.pekar_at_pacbrake.com |
> www.pacbrake.com
> 19594 96th Avenue, Surrey BC Canada V4N 4C3 | Toll Free 1.800.663.0096______________________________________________________________________________________________________________
> This e-mail is confidential and constitutes PROPRIETARY INFORMATION which
> has been prepared only for the intended addressee.
> Do not read, copy, print or otherwise disseminate it unless you are the
> intended addressee. If you have received this communication in error, please
> notify the sender of this fact and delete the communication from your system
>
> ------------------------------------------------------
>
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2837617
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_tortoisesvn.tigris.org].
>
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2837619
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-09-12 22:36:59 CEST