Login | Register
My pages Projects Community openCollabNet

Discussions > users [DISABLED] > Re: checkout / export profiles

subversion
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

Re: checkout / export profiles

Author ryandesign
Full name Ryan Schmidt
Date 2009-03-07 17:07:50 PST
Message On Mar 7, 2009, at 07:39, Ken Sands wrote:

> Hi all, I was trying to work out if svn has anything like or a way
> of waving different profiles that can be used for checkout or
> export that would give you specific subsets of the overall repo.
>
> before everyone thinks of just create a tag or limit depth let me
> picture it a little
>
> you have 1 repo with your fairly large project, to build or work on
> the whole thing you get down the head revision no problem
>
> within the project perhaps you have a graphics folder but also some
> code relating to the processing of such and a few other bits,
> either way if I just weanted to work on this subset of the project
> without getting the whole lot I'd currently need to setup 7-8 svn
> checkout call to specific files within the repo. what would be
> great is if files could be labeled when adding to the repo, and the
> possible labels noted in the overall repo so that you could simply
> ask for HEAD/predefined_subset1 and it would then give you a
> checkout of just the files determined to be related to that.
>
> I'll leave this post at that, I'm sure this is something that is
> done anyway and I'm just missing the page of the manual everyttime
> but if not then any thoughts?

That doesn't exist. But what you can do is check out a sparse working
copy. Read about it here:

http://subversion.ti​gris.org/svn_1.5_rel​easenotes.html#spars​e-checkouts

It may take a couple svn commands to set up your working copy so if
you expect to need to set up new working copies of this type often,
you could automate it with a script.

Note you don't need more than a single "svn checkout" command. The
subsequent commands will be "svn update".

« Previous message in topic | 2 of 3 | Next message in topic »

Messages

Show all messages in topic

checkout / export profiles "Ken Sands" <kensands at dsine dot co dot uk> "Ken Sands" <kensands at dsine dot co dot uk> 2009-03-07 05:40:09 PST
     Re: checkout / export profiles ryandesign Ryan Schmidt 2009-03-07 17:07:50 PST
         RE: Re: checkout / export profiles webpost at tigris dot org webpost at tigris dot org 2009-03-08 06:11:20 PDT
Messages per page: