Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: Slight rearrangement of Manta SVN tree


Chronological Thread 
  • From: James Bigler < >
  • To:
  • Subject: [Manta] Re: Slight rearrangement of Manta SVN tree
  • Date: Fri, 13 Mar 2009 15:34:58 -0600
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=OH12jYdYoa5hoZGwQ1xNj0b298ovJjnMKjOZhioyzVW+rzs5efVfBGe4xEt/Z4nmfF iz449gymrpL869EOyjCWhs4rTurizjAdg+3TVavwBzVcGknIqn1Tl8pXuwr9SV9+qdJW FGSM+rjA9OC+AvHEV2RCGgHsIGgUKuBqA2k3o=

You can make that extra level of directories locally.

I do this:

mkdir -p manta/trunk
cd manta/trunk
svn checkout https://code.sci.utah.edu/svn/Manta/trunk src
mkdir build
cd build
ccmake ../src

James

On Fri, Mar 13, 2009 at 3:25 PM, J. Davison de St. Germain
< >
 wrote:
> Hi Manta types,
>
>  I'd like to slightly rearrange the Manta SVN tree to place all files in a
> 'src' directory.  That way if you do this:
>
> svn co Manta/src
>
> You would get:
>
>  Manta/
>     src/
>        all the manta files.
>
> This would allow you to place your binary tree at the same level as src and
> keep everything separated, and clear:
>
>  Manta/
>     src/
>     bin/
>
> Does anyone have an objection to this?
>
>    Thanks,
>         Davison
>
> --
> -----------------------------------------------------------------------
> - J. Davison de St. Germain         
> 
>     (801) 581-4078 -
> - Chief Software Engineer           http://www.cs.utah.edu/~dav       -
> - SCI Institute, SE C-SAFE          University of Utah                -
> -----------------------------------------------------------------------
>
>



Archive powered by MHonArc 2.6.16.

Top of page