Re: revision files absurdly large at higher revisions

2012-01-24 Thread Ryan Schmidt
On Jan 24, 2012, at 15:18, The Grey Wolf wrote: > Hello, I'm not quite sure how to properly phrase the subject > as a query term, so if this has been answered, please forgive > the redundancy and quietly point me to where this gets addressed. > > We are using svn at work to hold customer 'vault'

Re: Compatible with Microsoft Office and Internet Explorer

2012-01-24 Thread Les Mikesell
On Wed, Jan 25, 2012 at 12:31 AM, Richard Cavell wrote: > Although I am mindful of the fact that at least one person is growing tired > of this thread, > > The problem that you describe in your answer has nothing to do with > Subversion.  That is, the problems of transferring a text file from Mac

revision files absurdly large at higher revisions

2012-01-24 Thread The Grey Wolf
Hello, I'm not quite sure how to properly phrase the subject as a query term, so if this has been answered, please forgive the redundancy and quietly point me to where this gets addressed. We are using svn at work to hold customer 'vault' data [various bits of information for each customer]. It h

Re: Compatible with Microsoft Office and Internet Explorer

2012-01-24 Thread Richard Cavell
Although I am mindful of the fact that at least one person is growing tired of this thread, The problem that you describe in your answer has nothing to do with Subversion. That is, the problems of transferring a text file from Mac to PC on a USB stick has always existed, independently of Subve

Re: Compatible with Microsoft Office and Internet Explorer

2012-01-24 Thread Ryan Schmidt
I apologize in advance if the below reply is snarky, but I'm a little tired of this particular topic; it has been talked to death already long ago. On Jan 24, 2012, at 19:24, Nico Kadel-Garcia wrote: > The big booby trap I notice with all Windows/Subversion use is the > understandable desire to

Re: Compatible with Microsoft Office and Internet Explorer

2012-01-24 Thread Les Mikesell
On Tue, Jan 24, 2012 at 11:07 PM, Richard Cavell wrote: > So, in the interests of keeping the Subversion handbook current and > reliable, what is the present advice regarding svn:eol-style? If you are doing cross-platform work, you generally need to use native for text files or you will have to s

Re: Compatible with Microsoft Office and Internet Explorer

2012-01-24 Thread Les Mikesell
On Tue, Jan 24, 2012 at 10:57 PM, Nico Kadel-Garcia wrote: >>>If you need to work >>> with Windows line endings for source code on one system, and UNIX line >>> endings for source code on another, that's a locak system problem, not >>> properly a source control problem. >> >> No, it is a transport

Re: Compatible with Microsoft Office and Internet Explorer

2012-01-24 Thread Richard Cavell
So, in the interests of keeping the Subversion handbook current and reliable, what is the present advice regarding svn:eol-style? Richard - Original Message - From: Nico Kadel-Garcia Sent: 01/25/12 02:57 PM To: Les Mikesell Subject: Re: Compatible with Microsoft Office and Internet Expl

Re: Compatible with Microsoft Office and Internet Explorer

2012-01-24 Thread Nico Kadel-Garcia
On Tue, Jan 24, 2012 at 9:38 PM, Les Mikesell wrote: > On Tue, Jan 24, 2012 at 8:17 PM, Nico Kadel-Garcia wrote: >> On Tue, Jan 24, 2012 at 8:44 PM, Richard Cavell >> wrote: >>> What do you do if you're accessing the same filesystem from both Windows and >>> UNIX?  What line-ending method do yo

Re: Compatible with Microsoft Office and Internet Explorer

2012-01-24 Thread Les Mikesell
On Tue, Jan 24, 2012 at 8:17 PM, Nico Kadel-Garcia wrote: > On Tue, Jan 24, 2012 at 8:44 PM, Richard Cavell > wrote: >> What do you do if you're accessing the same filesystem from both Windows and >> UNIX?  What line-ending method do you use for text files, and what do you >> put for svn:eol-sty

Re: Compatible with Microsoft Office and Internet Explorer

2012-01-24 Thread Nico Kadel-Garcia
On Tue, Jan 24, 2012 at 8:44 PM, Richard Cavell wrote: > What do you do if you're accessing the same filesystem from both Windows and > UNIX?  What line-ending method do you use for text files, and what do you > put for svn:eol-style? > > Richard I rely extensively on the default of *no* setting,

Re: Compatible with Microsoft Office and Internet Explorer

2012-01-24 Thread Richard Cavell
What do you do if you're accessing the same filesystem from both Windows and UNIX? What line-ending method do you use for text files, and what do you put for svn:eol-style? Richard - Original Message - From: Nico Kadel-Garcia Sent: 01/25/12 11:24 AM To: ANTOINE-PRAVEEN-JANVIER Joseph -E

Re: Compatible with Microsoft Office and Internet Explorer

2012-01-24 Thread Nico Kadel-Garcia
On Tue, Jan 24, 2012 at 5:06 AM, ANTOINE-PRAVEEN-JANVIER Joseph -EXT < joseph.antoine-praveen-janvier-...@alstom.com> wrote: > > > Hello Support Team, > > > > We are the users of the *Tortoise *product and we need to know its > compatibility status with Microsoft application. > > > > Please let us

RE: Seeking recommendations on sharing Subversion config within a development team

2012-01-24 Thread Gleason, Todd
From: Timothy Astle [mailto:timothy.as...@caris.com] Sent: Tuesday, January 24, 2012 6:02 AM To: Nico Kadel-Garcia Cc: users@subversion.apache.org Subject: Re: Seeking recommendations on sharing Subversion config within a development team We mainly use Windows for development, so I'm thinking mor

Trouble with revert command

2012-01-24 Thread Joe.Floeder
I am unable to get the svn revert command to accept just the changelist option and revert that changelist. There is no example in the book on running revert with the changelist option. I can't figure out what argument it is complaining about. I run the following from my working copy. gold:/home/

Re: Compatible with Microsoft Office and Internet Explorer

2012-01-24 Thread Thorsten Schöning
Guten Tag ANTOINE-PRAVEEN-JANVIER Joseph -EXT, am Dienstag, 24. Januar 2012 um 11:06 schrieben Sie: > We are the users of the Tortoise product and we need to know its > compatibility status with Microsoft application. TortoiseSVN has it's own mailing list: http://tortoisesvn.net/support.html >

RE: Compatible with Microsoft Office and Internet Explorer

2012-01-24 Thread Waseem Shahzad
From: ANTOINE-PRAVEEN-JANVIER Joseph -EXT [mailto:joseph.antoine-praveen-janvier-...@alstom.com] Sent: Tuesday, January 24, 2012 5:07 AM To: users@subversion.apache.org Subject: Compatible with Microsoft Office and Internet Explorer Importance: High Hello Support Team, We are the

RE: Seeking recommendations on sharing Subversion config within a development team

2012-01-24 Thread Bert Huijben
The easiest way to do this on Windows is storing the relevant entries in the registry. The standard Windows management tools make it easy to keep those synchronized over multiple tools. The per user settings are under: HKEY_CURRENT_USER\Software\Tigris.org\Subversion\Config And the common set

Compatible with Microsoft Office and Internet Explorer

2012-01-24 Thread ANTOINE-PRAVEEN-JANVIER Joseph -EXT
Hello Support Team, We are the users of the Tortoise product and we need to know its compatibility status with Microsoft application. Please let us know if the application is compatible with MS Office 2000, MS Office 2010 and Internet Explorer (version 8). Kindly also let know from which vers

Re: Seeking recommendations on sharing Subversion config within a development team

2012-01-24 Thread Timothy Astle
We mainly use Windows for development, so I'm thinking more about sharing the %APPDATA%\Subversion\config file. (Which if I recall correctly is the same as the $HOME/.svn/config on a *nix system.) I'm okay with sharing the entire directory contents or just a single file. Since we have a team

RE: Crash after upgrading to 1.7.2 from 1.6.1 in KDevelop

2012-01-24 Thread Bert Huijben
> -Original Message- > From: Aaron Williams [mailto:aaron.willi...@cavium.com] > Sent: dinsdag 24 januari 2012 8:29 > To: users@subversion.apache.org > Subject: Crash after upgrading to 1.7.2 from 1.6.1 in KDevelop > > Hi all, > > I upgraded Subversion in OpenSUSE 12.1 from the default