svn checkout --username=pyratebeard http://example.com/svn/repo/trunk localrepo
svn status
svn update /path
only need add for new directories or files
svn add /path|file
svn commit -m "message" /path|file
svn checkout --username=pyratebeard http://example.com/svn/repo/trunk localrepo
svn status
svn update /path
only need add for new directories or files
svn add /path|file
svn commit -m "message" /path|file