CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Folder path issue when two projects have the same name

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
gabrielharrison



Joined: 11 Mar 2014
Posts: 2

View user's profile Send private message

Folder path issue when two projects have the same name
PostPosted: Tue Mar 11, 2014 5:33 am     Reply with quote

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: 19446

View user's profile Send private message

PostPosted: Tue Mar 11, 2014 9:12 am     Reply with quote

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

View user's profile Send private message

PostPosted: Tue Mar 11, 2014 9:41 am     Reply with quote

Thanks, sounds like it may be a good idea to remove the project file from SVN too.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group