views:

52

answers:

4

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 .?

thanks ,

vijay

+1  A: 

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

BenB
A: 

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

Richy C.
A: 

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
A: 

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

Greg Finzer