0

I checked in (modified )some of the files recently . When i'm trying to watch the Logs from my local machine every thing is perfect .(the checked in file shows modified status.)

But When i try to watch the Log History from someone else's machine ,the checked in files are showing as newly added .

Would someone suggest the reason for this strange behaviour .?

Zoe
  • 27,060
  • 21
  • 118
  • 148
vijaysylvester
  • 4,750
  • 7
  • 29
  • 41

4 Answers4

1

Guess #1: Are you both working on the same code? Verify that the checkout path is the same on both machines.

BenB
  • 10,300
  • 7
  • 32
  • 30
0

It could be "new" to them (i.e. they had not checked out the files before you made your modifications).

Richy B.
  • 1,619
  • 12
  • 20
0

Have you updated the local working copy on the other machine? When viewing the history of a working copy, svn log shows the commits in the working copy, not the repository.

laalto
  • 150,114
  • 66
  • 286
  • 303
0

Perhaps you are you checking into a different trunk, repository or branch.

Greg Finzer
  • 6,714
  • 21
  • 80
  • 125