Manta Interactive Ray Tracer Development Mailing List

Text archives Help


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


Chronological Thread 
  • From: Abe Stephens < >
  • To:
  • Subject: [Manta] Re: Re: Re: Re: Slight rearrangement of Manta SVN tree
  • Date: Fri, 13 Mar 2009 15:54:35 -0600


I use a similar directory structure in my own projects (build/ src/ swig/ python/ are all top level directories in the source repository).. but...

Is there more than an aesthetic concern with the existing directory structure? Does this fix something that is broken?

Abe



On Mar 13, 2009, at 3:45 PM, James Bigler wrote:

They have to rename it anyway unless they want an directory called trunk.

If they aren't proficient with svn they are likely copying the command
from somewhere where you can then paste a script similar to the one I
included below.

James

On Fri, Mar 13, 2009 at 3:39 PM, J. Davison de St. Germain
< >
 wrote:
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