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

Re: Mixed workspaces in windows and *nix

From: Jose Garcia Juanino <jjuanino_at_gmail.com>
Date: Wed, 29 Apr 2009 21:45:38 +0200

El miércoles 29 de abril a las 18:20:25 CEST, Ryan Schmidt escribió:
> On Apr 29, 2009, at 03:47, Jose Garcia Juanino wrote:
>
> > it is posible to create an subversion workspace in solaris, to
> > transport
> > to a windows SO, and working with it here? For example:
> >
> > $ uname
> > $ SunOs
> > $ svn co http://svnrepos myWorkSpace.svn
> > $ zip -r myWorkSpace.svn.zip myWorkSpace.svn
> >
> > $ ( transport myWorkSpace.svn.zip to a windows machine and unzip, and
> > attach myWorkSpace.svn to a Tortoise SVN client).
>
> It can be done, but if you have set svn:eol-style to native on any
> files, they will be native to whatever platform you checked out on,
> and will be wrong if you transport the working copy to an OS that
> uses different line endings.

Thanks a lot for your reply. The svn:eol-style issue is not a problem
for me. I am only concerned with the internal structure of .svn
directories, as I am not sure if they are platform independent. It
the answer is "yes", workspaces are platform independent, except for
the svn:eol-style issue.

Regards
Received on 2009-04-29 21:48:43 CEST

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

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