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

Re: Adoption of --depth parameters to svn_client APIs

From: kippspan <kippspanbauer_at_yahoo.com>
Date: 2007-05-30 19:55:55 CEST

Stefan Küng wrote:
>
> Daniel Rall wrote:
>>> TSVN has implemented using the new Subversion API's which take a
>>> depth param, starting with revision 9038. But of course there are a
>>> lot of later revisions which also deal with those depths.
>>
>> Thanks Stefan, that's exactly what I was looking for.
>>
>> I take it that the depth parameter is now present in the TortoiseSVN
>> client GUI?
>
> Yes. There's a combobox with all the depth possibilities instead of a
> 'recursive' checkbox now.
>
>> Also, have you considered adding UI specifically geared toward
>> single-file checkout [1]? I've run into tons of users with this use
>> case. While I always suggest changing their directory structure, they
>> almost universally seem to prefer having their VC tool accomodate
>> them.
>
> I'm not sure if single-file checkout works the way you seem to want it.
> It's *not* the same as shared files in VSS. If you need a single file
> _versioned_ checked out, you still need a parent folder. You can
> checkout a single file without a parent folder, but then that file isn't
> versioned (i.e., it's the same as 'svn cat file').
>
> Stefan
>

Stefan,

What we are looking for is the ability to checkout one or multiple files
from within a repository folder. Having the parent directory created upon
checkout is desired, but our users will not want all the files from a
repository folder checked-out to their development sandbox.

We have one program create an output file and a second program written
independently to validate the output. All of these files are stored in the
same directory and written by several different users. These programs all
operate independently of each other, unlike Java and Web-based programming
where files are interdependent upon each other. Our directory structure
isn't established to support the features of SVN (yet). Our SAS developers
are accustomed to having only the programs they are developing in their
development sandbox areas.

Will the TortoiseSVN interface support checking out one or more files from a
repository folder without checking out the entire contents of the repository
folder?

Thank you,
Kipp

-- 
View this message in context: http://www.nabble.com/Adoption-of---depth-parameters-to-svn_client-APIs-tf3824533.html#a10879169
Sent from the tortoisesvn - dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed May 30 19:56:03 2007

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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