Log in

View Full Version : Bank.scar



Dynamite
06-07-2009, 04:56 AM
Don't know where to put this but
<<<<<<< .mine
'feb', 'fwb', 'veb', 'dab': if c = 0 then MakeCompass('N') else MakeCompass('S');
'akb', 'db', 'eb', 'vwb': if c = 0 then MakeCompass('E') else MakeCompass('W');
=======
'feb', 'fwb', 'veb', 'ctb', 'clt', 'nab': if c = 0 then MakeCompass('N') else MakeCompass('S');
'akb', 'db', 'eb', 'vwb', 'sab', 'ynb', 'sgb', 'wgb', 'fgb': if c = 0 then MakeCompass('E') else MakeCompass('W');
'ngb': if c = 0 then MakeCompass(45) else MakeCompass(225);
>>>>>>> .r42
What are the '<' and '=' ???

also I was getting duplicate identifier for CloseBank

T~M

Method
06-07-2009, 04:58 AM
Delete the file and update SRL using Subversion again.

Naike
06-07-2009, 05:31 AM
To follow up on Methods post..

This is created by a bug with Turtoise SVN.
And to fix it you simply do as Method said ;)

Shuttleu
06-07-2009, 05:34 AM
but still no answer to his original question
i would too also like to know the answer

~shut

senrath
06-07-2009, 06:01 AM
If I remember correctly, that is what happens when it attempts to merge your file with the file on the server and can't figure out what it's supposed to do. The stuff above the ='s (up to the <'s) is what was in your file, while the stuff below (down to the >'s) is what is on the server.

Shuttleu
06-07-2009, 06:41 AM
ahhh... now i understand
thanks

~shut

Nava2
06-07-2009, 11:22 AM
Moved to General Help.. :)