Re: Unable to access Excel 2007 - Missing of jars

2010-11-08 Thread vishwajeet singh
On Tue, Nov 9, 2010 at 11:24 AM, Udaya Chinnathambi wrote: > > Hi, > > I am working in a project, which requires to access the Excel 2007 > spreadsheet, for that I do not know which jars to be downloaded, some how i > have managed > right now by downloading some builds which throws error as > > Ex

Unable to access Excel 2007 - Missing of jars

2010-11-08 Thread Udaya Chinnathambi
Hi, I am working in a project, which requires to access the Excel 2007 spreadsheet, for that I do not know which jars to be downloaded, some how i have managed right now by downloading some builds which throws error as Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/poi/ss/

Re: Use of kdiff3

2010-11-08 Thread Stanimir Stamenkov
Mon, 8 Nov 2010 11:52:27 +, /Giulio Troccoli/: Lots of people here use either TortoiseMerge or WinMerge for conflict resolution. But now I have a requirement to provide something similar for a Linux platform and I thought of kdiff3. I there anyone else that uses as well? I have install it b

Re: Inaccurate "Updated to revision" when updating multiple targets

2010-11-08 Thread Ryan Schmidt
On Nov 3, 2010, at 08:16, Daniel Shahaf wrote: > Bottom line: agreed that there is a bug here. If you (or anyone else) > wants to file an issue or send a patch for that, go ahead. :-) No patch, but I filed an issue: http://subversion.tigris.org/issues/show_bug.cgi?id=3746

RE: Svn externals question

2010-11-08 Thread Hutchinson, Steve (UK)
Stefan, Your point well understood now. Thanks for the clarification, appreciated. Steve H -Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: 08 November 2010 17:01 To: Hutchinson, Steve (UK) Cc: users@subversion.apache.org Subject: Re: Svn externals question >

Re: restored deleted data on subversion

2010-11-08 Thread Ryan Schmidt
On Nov 8, 2010, at 09:20, wrodrigues201 wrote: > Our subversion (1.4.3-r23084 on windows 2003) was holding around 1.6 TB of > data and one user has accidentally deleted a directory of 1 TB. I have done a > svn export from the previous version and have the data. Do I have to add and > again com

Re: Update and Status in large working copy causes Windows to hang

2010-11-08 Thread Stefan Sperling
On Fri, Sep 10, 2010 at 08:14:24AM +, ullrich.j...@elektrobit.com wrote: > TortoiseSVN works on both machines. (1.6.8, svn libs 1.6.11) > > Command line svn client creates the issue on machine B, not on machine A. > Version of the command line client: 1.6.12, was also tested with 1.6.1 > The

Re: restored deleted data on subversion

2010-11-08 Thread Campbell Allan
On Monday 08 Nov 2010, wrodrigues201 wrote: > Hello, > > Our subversion (1.4.3-r23084 on windows 2003) was holding around 1.6 TB > of data and one user has accidentally deleted a directory of 1 TB. I > have done a svn export from the previous version and have the data. Do I > have to add and again

Re: Svn externals question

2010-11-08 Thread Stefan Sperling
On Mon, Nov 08, 2010 at 10:24:03AM -, Hutchinson, Steve (UK) wrote: > >Do it the other way: Store your component configuration in a versioned > >file or even a database, and write a script to configure svn:externals > >properties based on that data. Maybe even add an automated check into > >the

restored deleted data on subversion

2010-11-08 Thread wrodrigues201
Hello, Our subversion (1.4.3-r23084 on windows 2003) was holding around 1.6 TB of data and one user has accidentally deleted a directory of 1 TB. I have done a svn export from the previous version and have the data. Do I have to add and again commit this data ? Will it use up 1 TB of disk spa

RE: Promoting a mirror repository as a source repository

2010-11-08 Thread Giulio Troccoli
> Linedata Limited Registered Office: 85 Gracechurch St., London, EC3V 0AA Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 -Original Message- > From: Engebakken Geir [mailto:geir.engebak...@edb.com] > Sent: 08 November 2010 15:41 > To: Giulio Troccoli; 'Gingko'; 'Sub

RE: Promoting a mirror repository as a source repository

2010-11-08 Thread Engebakken Geir
> -Original Message- > From: Giulio Troccoli [mailto:giulio.trocc...@uk.linedata.com] > Sent: 8. november 2010 12:13 > To: Engebakken Geir; 'Gingko'; 'Subversion User List' > Subject: RE: Promoting a mirror repository as a source repository > > > -Original Message- > > From: Engeba

Re: Use of kdiff3

2010-11-08 Thread Campbell Allan
On Monday 08 Nov 2010, Giulio Troccoli wrote: > Lots of people here use either TortoiseMerge or WinMerge for conflict > resolution. But now I have a requirement to provide something similar for a > Linux platform and I thought of kdiff3. > > I there anyone else that uses as well? I have install it

Problem with running minimal_client.c built in Visual C++ 2008 EE

2010-11-08 Thread Michał Gierwatowski
Hi all. I’m trying to build simple client application in Visual C++ 2008 EE. I get code from minimal_client.c, libraries from svn-win32-1.6.6.zip. I set up include path, library path, and in “Additional dependencies” I set up the following: libapr-1.lib libsvn_subr-1.lib libsvn_client-1.lib

Re: Use of kdiff3

2010-11-08 Thread Nick Stolwijk
I use the svndiffwrapper[1] script to use SVN cli in combination with kdiff3. Save the script to ~/bin/ and make it executable. (And make sure ~/bin is on the path) Then change ~/.subversion/config to include the lines: # diff3-has-program-arg = [true | false] diff-cmd = svndiffwrapper diff3-cmd =

RE: Use of kdiff3

2010-11-08 Thread Giulio Troccoli
> Linedata Limited Registered Office: 85 Gracechurch St., London, EC3V 0AA Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 -Original Message- > From: Giulio Troccoli [mailto:giulio.trocc...@uk.linedata.com] > Sent: 08 November 2010 11:52 > To: 'Subversion User List' >

Re: Use of kdiff3

2010-11-08 Thread Bogdan Cristea
On Monday 08 November 2010 13:52:27 Giulio Troccoli wrote: > Lots of people here use either TortoiseMerge or WinMerge for conflict > resolution. But now I have a requirement to provide something similar for > a Linux platform and I thought of kdiff3. > > I there anyone else that uses as well? I ha

Use of kdiff3

2010-11-08 Thread Giulio Troccoli
Lots of people here use either TortoiseMerge or WinMerge for conflict resolution. But now I have a requirement to provide something similar for a Linux platform and I thought of kdiff3. I there anyone else that uses as well? I have install it but I would like some advice on how to call it. I kn

RE: Promoting a mirror repository as a source repository

2010-11-08 Thread Giulio Troccoli
> -Original Message- > From: Engebakken Geir [mailto:geir.engebak...@edb.com] > Sent: 08 November 2010 11:08 > To: Giulio Troccoli; 'Gingko'; 'Subversion User List' > Subject: RE: Promoting a mirror repository as a source repository > > Sounds great, but I have the notion that the UUID mu

RE: Promoting a mirror repository as a source repository

2010-11-08 Thread Engebakken Geir
Sounds great, but I have the notion that the UUID must be identical for the two repositories for this to work, how do you achieve that? Is this done by svnsync? Or isn't this necessary at all? Geir Note : All inquiries regarding Subversion, MKS and general Development servers should be direc

RE: Svn externals question

2010-11-08 Thread Hutchinson, Steve (UK)
Hi >The designers of the externals feature envisioned maybe a handful of external library dependencies that don't vary much over time. >These are automatically pulled into a working copy, much like an automated svn checkout. >But the design doesn't account for what happens when people start using

RE: Svn externals question

2010-11-08 Thread Hutchinson, Steve (UK)
Hi, Was looking to answer point 1 below not 2. Guess I should have RTFM a bit more on that one... but thanks all for the help. So that helps nicely with how to identify where all the properties are. >From reading all the answers I got have some questions on the best use of svn:externals. Will use

RE: Query regarding complete backup of a repository with revision history.

2010-11-08 Thread Rajnish Kumar Singh
Thanks vishwajeet and Ryan for these information... I will try to implement all three and see which one suits my purpose... Regards, Rajnish Singh From: vishwajeet singh [mailto:dextrou...@gmail.com] Sent: Monday, November 08, 2010 1:43 PM To: Ryan Schmidt Cc: Rajnish Kumar Singh; users@subversion.

RE: Promoting a mirror repository as a source repository

2010-11-08 Thread Giulio Troccoli
> Linedata Limited Registered Office: 85 Gracechurch St., London, EC3V 0AA Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 -Original Message- > From: Gingko [mailto:from_tig...@nospam.homelinux.org] > Sent: 05 November 2010 23:50 > To: Subversion User List > Subject:

Re: Query regarding complete backup of a repository with revision history.

2010-11-08 Thread vishwajeet singh
On Mon, Nov 8, 2010 at 1:36 PM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > > On Nov 8, 2010, at 01:50, Rajnish Kumar Singh wrote: > > > I have to copy the entire repository to a new server with revision > history. > > > > According to my knowledge there are 2 ways: > > 1) We can

Re: Query regarding complete backup of a repository with revision history.

2010-11-08 Thread Ryan Schmidt
On Nov 8, 2010, at 01:50, Rajnish Kumar Singh wrote: > I have to copy the entire repository to a new server with revision history. > > According to my knowledge there are 2 ways: > 1) We can use svnadmin dump command to create the dump and again reload > it by svnadmin load. Yes, this is