|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools |
Rating:
|
Display Modes |
|
|
|
#1
|
||||
|
||||
|
Re: WindRiver & Git - Makefile
I don't have the computer with me right now that I use for FIRST development, so I don't know the specific instructions, but I'll try from memory.
We use SVN to host just our code. No makefiles, no project files, just .cpp & .h. Each developer then creates a project using one of the sample projects as a base, cleans out all the default code files, renames the project, etc. Then we import (I believe that's the correct menu option, but I'm not certain) the directory that contains all our SVN code. Our code is then buildable. When someone adds or removes a file, it's necessary to refresh the file browser tree. |
|
#2
|
||||
|
||||
|
Re: WindRiver & Git - Makefile
I've done it on SVN with just .h and .cpp files. Here is a procedure I wrote a couple of years ago for the guys on my team (I updated it a bit, but there may be mistakes).
We use TortoiseSVN, hence the Windows Explorer right-click-menu bit. Quote:
|
|
#3
|
|||
|
|||
|
Re: WindRiver & Git - Makefile
Actually, there is an option to create a project from an SVN repo. I think it's Import->SVN. It's what we use, and it works well
|
|
#4
|
||||
|
||||
|
Re: WindRiver & Git - Makefile
Quote:
or you could use New>Project>SVN>Checkout Projects From SVN We used this also |
|
#5
|
||||
|
||||
|
Re: WindRiver & Git - Makefile
Quote:
Thanks all. Edit: Though it doesn't work too well with branches (cause when you go back to the same branch, they won't exist anymore thus WindRiver whines). Not sure if there is a way to get git to not delete those files. -Tanner Last edited by Tanner : 13-06-2010 at 18:08. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| C and LabView version control with Git | Nibbles | NI LabVIEW | 31 | 17-01-2010 19:22 |
| Git on Windows vs Git on Unix/Linux | kamocat | Programming | 5 | 10-01-2010 00:25 |
| Running the Motors Backward in WindRiver & cRIO Freezes | kyungjin | C/C++ | 15 | 08-02-2009 14:24 |
| git for source code management? | d235j | Programming | 2 | 08-01-2009 22:59 |
| Using Eclipse IDE & makefile as MPLAB replacement | RoboPhantom | Programming | 0 | 27-02-2005 19:05 |