View previous topic :: View next topic |
Author |
Message |
gabrielharrison
Joined: 11 Mar 2014 Posts: 2
|
Folder path issue when two projects have the same name |
Posted: Tue Mar 11, 2014 5:33 am |
|
|
Hi,
I have two SVN branches of a project I'm working on so essentially have two projects with the same name.
When I move from one branch to the other two IDE is remembering the previous project location and loading in the wrong files.
Has anyone got any tips on how to stop this? It looks like the directory location is being stored in pcw.ini.
Thanks,
Gabriel |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19506
|
|
Posted: Tue Mar 11, 2014 9:12 am |
|
|
Key is to ignore the project.....
The compiler stores the paths in the project file.
If you delete the project, and just open the primary .c file, it then finds the includes in the local directory.
Have this many times when using 'historical' copies of files, and wanting to compile with the latest compiler, where it'll go and find the includes used when it was originally compiled.
Best Wishes |
|
|
gabrielharrison
Joined: 11 Mar 2014 Posts: 2
|
|
Posted: Tue Mar 11, 2014 9:41 am |
|
|
Thanks, sounds like it may be a good idea to remove the project file from SVN too. |
|
|
|