Checking what files are not in the repository with Subversion
I am wondering if there is an equivalent of "svn status" with the Subversion support in IntelliJ? Essentially, I would like to have a list of all the files I have on disk in a directory and that are not checked in Subversion. This is similar to what you get in IntelliJ with CVS when you run an "update". Is there a way to do this?
Alex
请先登录再写评论。
Idea 6 or 7?
In 7 see "Changes" tool window, "Local" tab, "Unversioned Files" node.
I am using version 7. Sweet! That is exactly what I was looking for. Thanks!
Alex