Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: Re: Slight rearrangement of Manta SVN tree


Chronological Thread 
  • From: "J. Davison de St. Germain" < >
  • To:
  • Subject: [Manta] Re: Re: Slight rearrangement of Manta SVN tree
  • Date: Fri, 13 Mar 2009 15:39:11 -0600

Yes, I know you can do it locally and I do exactly the same thing... but those who aren't as proficient with svn don't and thus it becomes a problem.

   - Dav

James Bigler wrote:
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                -
-----------------------------------------------------------------------



--
-----------------------------------------------------------------------
- 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