5 Replies Last post: Jun 11, 2010 1:15 AM by Alexander Borg  
Alexander Borg Newbie 9 posts since
Jun 10, 2010
Currently Being Moderated

Jun 10, 2010 1:48 PM

How to make a new revision in Subversion Repository

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!

Dmitry Jemerov JetBrains 12,170 posts since
Aug 19, 2002
Currently Being Moderated
Jun 10, 2010 6:11 PM in response to: Alexander Borg
Re: How to make a new revision in Subversion Repository

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.

http://www.jetbrains.com/

"Develop with Pleasure!"

 

 

 

Denis Zhdanov JetBrains 1,418 posts since
Oct 20, 2007
Currently Being Moderated
Jun 10, 2010 7:56 PM in response to: Alexander Borg
Re: How to make a new revision in Subversion Repository

Hi Alexander,

 

Update Project

Otto von Wachter Newbie 74 posts since
Jan 15, 2004
Currently Being Moderated
Jun 10, 2010 6:11 PM in response to: Alexander Borg
Re: How to make a new revision in Subversion Repository

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!

More Like This

  • Retrieving data ...