Author Topic: Working with source controled source code  (Read 2321 times)

idof

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Working with source controled source code
« on: February 01, 2006, 05:03:42 am »
Hi all,
I've had a model for my application, which I haven't synchronized in a long time with my code.
When I try to synchronize it with the code I get a message that I have no permissions.
As it seems - the message is shown because the file is read only (and that is because the file is source controled and is checked-in).

How can I synchronize my code one-way (rebuild model according to the code) without checking out all my files ?

Thanks,
Ido.

Oliver Michalski

  • EA User
  • **
  • Posts: 116
  • Karma: +0/-0
    • View Profile
Re: Working with source controled source code
« Reply #1 on: February 01, 2006, 10:23:16 am »
Hi,

Short Answer: Does not go


Oliver  ;)

idof

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: Working with source controled source code
« Reply #2 on: February 02, 2006, 12:23:58 am »
Quote
Hi,

Short Answer: Does not go


Oliver  ;)


Hi Oliver,
Actually, I found out that if I use EA to do the synchronization, I can specify that I want to reverse engineer the code, and that way, I'm not required to check out my files (so the quick answer should be : don't use MDG, use EA directly).

Ido.