Skip to main content
September 21, 2011
Question

Updates falling off from previous compilations

  • September 21, 2011
  • 1 reply
  • 314 views

Hello,

My coworker and I have RH9 and we're working on creating a project together.  Last week we noticed that some updates that we made individually on our own computer, did not show up when the other tested it.  Any ideas what could be causing it?  Is this happening because both of us maybe making updates and compiling the project around the same time?  Your thoughts and advise would be much appreciated. 

Thank you.

This topic has been closed for replies.

1 reply

Jeff_Coatsworth
Community Expert
Community Expert
September 21, 2011

If you're both working on the same project at the same time, you need to be using source control. If you're trying to work on the project and it's located on a network drive, then you're in for a world of corruption - projects have to worked on locally (ideally in your c:\\ folder)

September 21, 2011

Makes sense; thank you for your quick reply!