Whoops... how silly of me for not stating that I'm using eclipse's sftp plugin (from
www.klomp.org). So here's the full story on my development process:
1) Using console, svn checkout my project into eclipse's workspace
2) Do an import project in Eclipse
3) Do an export project in Eclipse to a sftp site
4) Make changes to the code
5) Synchronize the changes to the web server using sftp
6) Once the code is working, I'd go to console and do a svn commit
Now, the problem is, synchronize view (sync to sftp site) is also showing the ".svn" directories. I don't want to sync the ".svn" dir....
I hope my story is clear enough...