RE: Subversion/Tortoise questions

2010-11-10 Thread Ludwig, Michael
> > SvnAnt uses the svnClientAdapter.jar, which in turn uses one of: > > > > (1) JavaHL - Java/JNI to C++ core library interface [1] > > (2) SvnKit - pure Java implementation [2] > > (3) command line client, for example [3] > With regards to the Windows Subversion Client. If several scripts are >

Re: Subversion/Tortoise questions

2010-11-10 Thread Phil Pinkerton
On Tue, Nov 9, 2010 at 4:56 PM, Andy Levy wrote: > On Tue, Nov 9, 2010 at 16:30, Phil Pinkerton wrote: >> 1) Does Tortoise  just send command to the Subversion Windows Command >> Line client? > snip ... >> 5) Does Tortoise and/or Subversion Windows Command Line client >> installed on the server

Re: Subversion/Tortoise questions

2010-11-10 Thread Phil Pinkerton
On Wed, Nov 10, 2010 at 9:45 AM, Ludwig, Michael wrote: >> >> 4) Is the another GUI Subversion client that has better performance >> >> when content is being checked out to a Windows network drive. >> > >> > You won't find much variation, because they almost all use the same >> > core libraries or

RE: Subversion/Tortoise questions

2010-11-10 Thread Ludwig, Michael
> >> 4) Is the another GUI Subversion client that has better performance > >> when content is being checked out to a Windows network drive. > > > > You won't find much variation, because they almost all use the same > > core libraries or code. > > What about SvnAnt ? SvnAnt uses the svnClientAdap

Re: Subversion/Tortoise questions

2010-11-10 Thread Phil Pinkerton
On Tue, Nov 9, 2010 at 4:56 PM, Andy Levy wrote: > On Tue, Nov 9, 2010 at 16:30, Phil Pinkerton wrote: >> 1) Does Tortoise  just send command to the Subversion Windows Command >> Line client? > > No, it is not a wrapper. TortoiseSVN is built on top of the Subversion > client libraries. > >> 2) Ca

Re: Subversion/Tortoise questions

2010-11-09 Thread Nico Kadel-Garcia
On Tue, Nov 9, 2010 at 4:30 PM, Phil Pinkerton wrote: > 1) Does Tortoise  just send command to the Subversion Windows Command > Line client? > > 2) Can the Tortoise and/or Subversion Windows Command Line client be > configured to reduce and/or eliminate with small pack CIFS traffic > that occurs d

Re: Subversion/Tortoise questions

2010-11-09 Thread Phil Pinkerton
On Tue, Nov 9, 2010 at 4:56 PM, Andy Levy wrote: > On Tue, Nov 9, 2010 at 16:30, Phil Pinkerton wrote: >> 1) Does Tortoise  just send command to the Subversion Windows Command >> Line client? > > No, it is not a wrapper. TortoiseSVN is built on top of the Subversion > client libraries. > >> 2) Ca

Re: Subversion/Tortoise questions

2010-11-09 Thread Andy Levy
On Tue, Nov 9, 2010 at 16:30, Phil Pinkerton wrote: > 1) Does Tortoise  just send command to the Subversion Windows Command > Line client? No, it is not a wrapper. TortoiseSVN is built on top of the Subversion client libraries. > 2) Can the Tortoise and/or Subversion Windows Command Line client

Subversion/Tortoise questions

2010-11-09 Thread Phil Pinkerton
1) Does Tortoise just send command to the Subversion Windows Command Line client? 2) Can the Tortoise and/or Subversion Windows Command Line client be configured to reduce and/or eliminate with small pack CIFS traffic that occurs during the check out process to a Windows network drive? -may