On Tue, Feb 2, 2010 at 02:07, Oftenwrong Soong
wrote:
> My understanding was that there's some weirdness related to filename case
> sensitivity between different platforms, with Windows/Mac being case
> preserving but case insensitive and UNIX being case sensitive, such that on
> UNIX a repo mi
My understanding was that there's some weirdness related to filename case
sensitivity between different platforms, with Windows/Mac being case preserving
but case insensitive and UNIX being case sensitive, such that on UNIX a repo
might contain the files Readme, readme, and README, but this woul
On 02/01/2010 12:19 PM, Andy Levy wrote:
On Mon, Feb 1, 2010 at 15:14, Robert Nurse wrote:
Is anyone familiar with the SVN client in Dreamweaver CS4? Development is
performed on Windows boxes. But, the server is on a Sun box.
All Subversion servers and clients with the same major revision n
Beware of symlinks (they don't work on windows), and file name case
sensitivity. FOO and foo are different on Unixen, but they are not different
on Windows and Mac OSX running HFS. Apparently different file names can cause
all sorts of bizarre effects.
..greg
On Mon, Feb 1, 2010 at 15:14, Robert Nurse wrote:
> Is anyone familiar with the SVN client in Dreamweaver CS4? Development is
> performed on Windows boxes. But, the server is on a Sun box.
All Subversion servers and clients with the same major revision number
(1.x.) are compatible thanks to the
Is anyone familiar with the SVN client in Dreamweaver CS4? Development is
performed on Windows boxes. But, the server is on a Sun box.
On Mon, Feb 1, 2010 at 2:54 PM, dev wrote:
> Hi Bob,
>
> Yes! It is very much possible. You can use svn clients like eclipse or
> TortoiseSVN on windows.
>
> T
Hi Bob,
Yes! It is very much possible. You can use svn clients like eclipse or
TortoiseSVN on windows.
Thanks,
dev
On Mon, Feb 1, 2010 at 11:37 AM, rfd7002 wrote:
> Hi,
> Is it possible to install Subversion on a unix (Solaris) system, and have
> Windows users connect to it
> and check-out code
> Hi,
> Is it possible to install Subversion on a unix (Solaris) system, and
> have Windows users connect to it
> and check-out code, update, commit, etc? We have our developers on
> Windows only, public stuff
> on unix. Couldn't find this in the Subversion book. Thanks so much.
> Robert Duffy
The
Hi,
Is it possible to install Subversion on a unix (Solaris) system, and
have Windows users connect to it
and check-out code, update, commit, etc? We have our developers on
Windows only, public stuff
on unix. Couldn't find this in the Subversion book. Thanks so much.
Robert Duffy
Columbia Dept