Re: windows vs unix question

2010-02-02 Thread Andy Levy
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

Re: windows vs unix question

2010-02-01 Thread Oftenwrong Soong
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

Re: windows vs unix question

2010-02-01 Thread Blair Zajac
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

Re: [Bulk] Re: windows vs unix question

2010-02-01 Thread Gregory Franks
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

Re: windows vs unix question

2010-02-01 Thread Andy Levy
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

Re: windows vs unix question

2010-02-01 Thread Robert Nurse
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

Re: windows vs unix question

2010-02-01 Thread dev
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

RE: windows vs unix question

2010-02-01 Thread Bob Archer
> 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

windows vs unix question

2010-02-01 Thread rfd7002
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