Manta Interactive Ray Tracer Development Mailing List

Text archives Help


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


Chronological Thread 
  • From: James Bigler < >
  • To:
  • Subject: [Manta] Re: Re: Re: Slight rearrangement of Manta SVN tree
  • Date: Fri, 13 Mar 2009 15:45:06 -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=RwkjgyYZxk3Y8tna4srn9wfOFrZU6hoJsuLYoWe33kWjS9FGPcmM6i8oSPOUsbJn4k Mkujvct9IiyYNxHYZFgOSzq0Ebdb7B4CGcleUSlPfub5XoAGVrKGJCJJimx+mGr3aK/3 A46UmMT42rpEj82l9vk7Dvf03EWXz6PwsH99g=

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