简体   繁体   中英

Aptana Studio 3 And Svn - Manage files

I installed Aptana Studio 3 and I set it to work with svn repository. I'm able to checkout a project from repository in my local disk.

I would like to know:

  • is it possible to see which file was changed and need to be commited,
  • or which file has to be added?

Aptana Studio uses Subversive plug-in for Eclipse IDE to support Apache Subversion. See it's User Guide here .

You can view changes in 'Synchronize View' ; the page describes different status icons of so-called "synchronization states". You can also view the list changes in your working copy in command prompt, by running svn status against your WC.

Read SVNBook .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM