This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SVCS and Sourcesafe's current project...

Hi

Is there a way to ensure that "Set Current Project" is selected before the next SVCS command is issued?

The reason I ask is that if I have two Keil projects open and I forget which project is "current" to sourcesafe and I issue a command, I may end up really screwing up an existing project file.

For example, project1 has a file called main.c and project 1 is current. If in project2 I also have a main.c file and I check it in, I have just messed up my project.

Any tricks to get around this other than remembering to hit the set current project EVERY time?

Thanks
James

Parents
  • "Project Ident" is a setting, that you can make in the Configuration Dialog of the SVCS in µVision (SVCS->Configure Version Control).
    It can be passed to an SVCS Tool (e.g. Visual SourceSafe) with %I. The Project Ident is stored for each project, so each µVision Project can have its own.

Reply
  • "Project Ident" is a setting, that you can make in the Configuration Dialog of the SVCS in µVision (SVCS->Configure Version Control).
    It can be passed to an SVCS Tool (e.g. Visual SourceSafe) with %I. The Project Ident is stored for each project, so each µVision Project can have its own.

Children