Hi, On Tue, 2009-03-17 at 21:30 +0100, Thomas Schiffer wrote: > > On Tue, 2009-03-17 at 19:18 +0100, Thomas Schiffer wrote: > >> >> Hi, > >> >> Dear mr. Voß you say that you have a basic ray tracer version in your > >> >> tree could be possible to get it? > >> >> > >> > > >> > sure, my tree refers to http://www.cgmt.org/user/gerrit/OpenSG.git > >> > out have to checkout the gerrit branch and than look and > >> > Source/Contrib/RRT. But I haven't updated it for a while, I try to do it > >> > >> i tried hard to find this sources but i don't find anything at > >> http://www.cgmt.org/user/gerrit/OpenSG.git nor the gerrit branch. may > >> i don't have proper permissions to access the sources... i don't know... > > > > what did you try ?. > > > > git clone http://www.cgmt.org/user/gerrit/OpenSG.git OpenSG > > gitk \--all > > > > should work and show you what is inside. > should your ray tracing code be inside a special branch? > when i call > git branch > there's only a master branch... > and in the master branch there is no RRT/ at all.
git branch does shows local branches. Use git branch -a to see all. My branch is initially only a remote one. You have to do something like git branch gerrit origin/gerrit git checkout gerrit to access it. kind regards, gerrit ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
