Hi all,
I'm new to Intellij IDEA and have taken over a project from a person who is no longer available.
I'm new to subversion also and have a very simple question.
I see in the repository many numbered revisions (up to 78).
How can I make (in Intellij IDEA, not by command line) a new revision (i.e. 79) with my recent changes.
Thanks very much for your help!
Hello Alexander,
Version Control | Commit Changes.
I'm new to Intellij IDEA and have taken over a project from a person
who is no longer available. I'm new to subversion also and have a very
simple question.
I see in the repository many numbered revisions (up to 78).
How can I make (in Intellij IDEA, not by command line) a new revision
(i.e. 79) with my recent changes.
Thanks very much for your help!
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
"Develop with Pleasure!"
I have done this and now get an error. Commit is aborted:
Error: svn: Commit failed (details follow): svn: File or directory '<project>.iws' is out of date; try updatingsvn: resource out of date; try updatingsvn: CHECKOUT of '<repository-path>/!svn/ver/78/<project>/<project>.iws': 409 conflict
How do I update the svn as suggested ?
It worked. It's so easy (and manuals are often so complicated). Thank you all!
Alexander
I'm not sure if I understand your question, but it sounds like you just want to commit some files (this automatically will create a new revision in svn). Just click"Commit Changes" (toolbar button or in the menu). IntelliJ has a great interface for committing files (nicer than using command line or TortoiseSVN). Good luck!