My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Source  

SourceTab
Updated May 17, 2010 by pan.shi...@gmail.com

VimIM Subversion Repository

For the impatient, this is the latest snapshot of VimIM's main script.

You can also:


Command-line access

Normal Users

  • Use this command to anonymously check out the latest project source code:
  • # Non-members may check out a read-only working copy anonymously over HTTP.
    svn checkout http://vimim.googlecode.com/svn/trunk/ vimim-read-only
  • Use this command to get a clean directory tree from the repository:
  • svn export http://vimim.googlecode.com/svn/trunk/ vimim-clean-copy

Developers

  • For project committers, if you plan to make changes, use this command to check out the code as yourself using HTTPS:
  • svn checkout https://vimim.googlecode.com/svn/trunk/ vimim-src --username replace-your-google-account-here
  • For online document maintainers, use this command:
  • svn checkout https://vimim.googlecode.com/svn/vimim/ vimim-web --username replace-your-google-account-here
When prompted, enter your generated googlecode.com password.

GUI and IDE access

This project's Subversion repository may be accessed using many different client programs and plug-ins. See your client's documentation for more information.

Sign in to add a comment
Powered by Google Project Hosting