Reputation: 1
I commit my application to SVN (in which repository is stored in my external harddisk) in one PC (it commits "successfully" to be Revision 9). But somehow, when I checkout the same repository at other PC, it return "successfully" the older revision (Revision 7).
It happens few time.
Any idea?
Thanks
Upvotes: 0
Views: 539
Reputation: 2539
Another way to check if the commit you just made on a given PC has been effective is to take the url of the given folder and paste it into a brwoser -- useful for a machine-independent check of a repo structure.
Also agree with KindJackal -- check to see if you are committing in some other branch (or tage even) and looking for it elsewhere.
svn log --limit=10 helps as well to see if the last 10 transactions include the commits you think you made.
Upvotes: 0
Reputation: 780
Upvotes: 3
Reputation: 10124
Upvotes: 2