Problem transfering C# scripts with subversion SVN

Hi, we've been having a problem lately with transfering scripts using the subversion SVN. We are usign Unity PRO, and we have no problem with comitting and updating the file itself; however, each time we update the project, the script is broken off from the in-scene objects it was attached to. The component remains, but is not linked to any script, instead beign refered to as a simple monoscript. Does anyone know why this could be happening?

Make sure you've read, understood and followed Using External Version Control Systems with Unity. It sounds to me you haven't committed the meta files associated. You must also enable external version control in unity for it to generate these files.

  • You must commit the meta files.