<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>JetBrains Developer Community: Message List - Having difficulty with Subversion</title>
    <link>http://devnet.jetbrains.com/community/ruby?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Fri, 02 Sep 2011 01:56:07 GMT</pubDate>
    <generator>Clearspace 2.5.16 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2011-09-02T01:56:07Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Having difficulty with Subversion</title>
      <link>http://devnet.jetbrains.com/message/5318305?tstart=0#5318305</link>
      <description>&lt;!-- [DocumentBodyStart:578890c6-06d8-4f64-a7b5-c8484bfbdf34] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Sorry about not reading your post thoroughly enough &lt;img height="16px" src="http://devnet.jetbrains.com/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:578890c6-06d8-4f64-a7b5-c8484bfbdf34] --&gt;</description>
      <pubDate>Fri, 02 Sep 2011 01:56:07 GMT</pubDate>
      <author>devnet@jetbrains.com</author>
      <guid>http://devnet.jetbrains.com/message/5318305?tstart=0#5318305</guid>
      <dc:date>2011-09-02T01:56:07Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Having difficulty with Subversion</title>
      <link>http://devnet.jetbrains.com/message/5318054?tstart=0#5318054</link>
      <description>&lt;!-- [DocumentBodyStart:cc7c7fd7-8cbd-4e23-9575-87872cf3fd8e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;As mentioned in my original post, I did as you suggest.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, at that moment, it seemed like the phantom window was owned by a process with 'idea' in the name.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As, I mentioned, I could move this phantom window around, but clicking on it did not do anything. Perhaps it was just a frame of pixels owned by the 'idea' process.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I killed the 'idea' process, then the frame of pixels disappeared.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;------&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Fortunately, I haven't been able to duplicate the effect.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cc7c7fd7-8cbd-4e23-9575-87872cf3fd8e] --&gt;</description>
      <pubDate>Wed, 31 Aug 2011 01:09:54 GMT</pubDate>
      <author>devnet@jetbrains.com</author>
      <guid>http://devnet.jetbrains.com/message/5318054?tstart=0#5318054</guid>
      <dc:date>2011-08-31T01:09:54Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Having difficulty with Subversion</title>
      <link>http://devnet.jetbrains.com/message/5318050?tstart=0#5318050</link>
      <description>&lt;!-- [DocumentBodyStart:cf79a67c-1dc7-4139-8e7c-9c9e80885071] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;When I need to kill rubymine I do a kill on the java process, not the shell script. In my case, I am not running other java applications so I simply do a&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre&gt;killall -9 java&lt;/pre&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you don't wan't to kill all java processes, you can look in ps ax for the specific process id and do kill -9 &amp;lt;process id&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The process looks like this in my case:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre&gt;ps ax | grep java&lt;br/&gt; 3009 ?&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Sl&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2:57 /usr/lib/jvm/java-6-sun-1.6.0.26/bin/java -Xms32m -Xmx512m -XX:MaxPermSize=150m -ea -Xbootclasspath/a:../lib/boot.jar -Didea.platform.prefix=Ruby -Didea.no.jre.check=true -Djb.restart.code=88 com.intellij.idea.Main&lt;/pre&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in this case, kill -9 3009 would work.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cf79a67c-1dc7-4139-8e7c-9c9e80885071] --&gt;</description>
      <pubDate>Wed, 31 Aug 2011 00:16:45 GMT</pubDate>
      <author>devnet@jetbrains.com</author>
      <guid>http://devnet.jetbrains.com/message/5318050?tstart=0#5318050</guid>
      <dc:date>2011-08-31T00:16:45Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Having difficulty with Subversion</title>
      <link>http://devnet.jetbrains.com/message/5317968?tstart=0#5317968</link>
      <description>&lt;!-- [DocumentBodyStart:b457edbf-de73-4f34-aac9-b685ab9e145a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I tried jstack, but the result was blank. I read a bit of the jstack doc and tried the -F flag. I did get some output as provided earlier in this discussion.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b457edbf-de73-4f34-aac9-b685ab9e145a] --&gt;</description>
      <pubDate>Tue, 30 Aug 2011 07:38:50 GMT</pubDate>
      <author>devnet@jetbrains.com</author>
      <guid>http://devnet.jetbrains.com/message/5317968?tstart=0#5317968</guid>
      <dc:date>2011-08-30T07:38:50Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Having difficulty with Subversion</title>
      <link>http://devnet.jetbrains.com/message/5317965?tstart=0#5317965</link>
      <description>&lt;!-- [DocumentBodyStart:f1b8b261-b90b-42cd-9f0b-eb5a76491d1c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="jive-quote"&gt;&lt;p&gt;The cause of the Subversion difficulty is cloudy. Perhaps the password to the SVNrepo held within the RubyMine application got clobbered during a version update. &lt;/p&gt;&lt;/div&gt;&lt;p&gt;Yes, most likely, that is why threadump captured using jstack cmdline utitlity could be helpful.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f1b8b261-b90b-42cd-9f0b-eb5a76491d1c] --&gt;</description>
      <pubDate>Tue, 30 Aug 2011 07:16:57 GMT</pubDate>
      <author>roman.chernyatchik@jetbrains.com</author>
      <guid>http://devnet.jetbrains.com/message/5317965?tstart=0#5317965</guid>
      <dc:date>2011-08-30T07:16:57Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Having difficulty with Subversion</title>
      <link>http://devnet.jetbrains.com/message/5317771?tstart=0#5317771</link>
      <description>&lt;!-- [DocumentBodyStart:2ec2dea7-61f9-4cc2-9df5-7e2eeac28341] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;OK, my two problems seem to be solved.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The Subversion difficulty was solved by moving the working directory aside, creating a new working copy by exporting from SVNrepo, then copy files from the moved original working directory over the newly exported files. The copy overwrites the exported files, but does not overwrite /.svn/ files. rsync was helpful here. Also the StackOverflow list was helpful.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The cause of the Subversion difficulty is cloudy. Perhaps the password to the SVNrepo held within the RubyMine application got clobbered during a version update. By the way, I have been running RM version 3.2.3 all the time. I was in error when I originally said 3.2.2&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;All of the Subversion file manipulation was done from a shell command line. I had to re-insert the SVNrepo password to get RM to work with Subversion.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;---------&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The RM window that would not go away problem hasn't come back. It happened when a window without 'minimize,fullscreen,close' buttons got distorted so that the buttons lower down on the window were not functional.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I noticed that when you do Run-&amp;gt;Edit Configurations-&amp;gt;Help, the Help window does not have 'minimize,fullscreen,close' buttons. However, a right-click on the top of the Help window pops up a menu which includes 'close'.. This works.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks much to all. I'm working again.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2ec2dea7-61f9-4cc2-9df5-7e2eeac28341] --&gt;</description>
      <pubDate>Fri, 26 Aug 2011 16:12:48 GMT</pubDate>
      <author>devnet@jetbrains.com</author>
      <guid>http://devnet.jetbrains.com/message/5317771?tstart=0#5317771</guid>
      <dc:date>2011-08-26T16:12:48Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Having difficulty with Subversion</title>
      <link>http://devnet.jetbrains.com/message/5317443?tstart=0#5317443</link>
      <description>&lt;!-- [DocumentBodyStart:0421f03e-23e0-4d03-a4f0-0d2d0a7ef9aa] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Could you caputrue a threaddump without "-F" flag? Unfortunatelly you threaddump doesn't show any info about RubyMine related threads&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0421f03e-23e0-4d03-a4f0-0d2d0a7ef9aa] --&gt;</description>
      <pubDate>Wed, 24 Aug 2011 07:53:59 GMT</pubDate>
      <author>roman.chernyatchik@jetbrains.com</author>
      <guid>http://devnet.jetbrains.com/message/5317443?tstart=0#5317443</guid>
      <dc:date>2011-08-24T07:53:59Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Having difficulty with Subversion</title>
      <link>http://devnet.jetbrains.com/message/5317406?tstart=0#5317406</link>
      <description>&lt;!-- [DocumentBodyStart:9162849d-d732-4a8e-a860-355b70837057] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Since my principal problem is with Subversion, I tried a command line commit:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;[user1@hoho6 DummyRails]$ svn commit -m "command line commit"&lt;br/&gt;Sending&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; DummyRails/.idea/DummyRails.iml&lt;br/&gt;Sending&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; DummyRails/app/controllers/transaction_paths_controller.rb&lt;br/&gt;svn: Commit failed (details follow):&lt;br/&gt;svn: File '.idea/dictionaries/user1.xml' is out of date&lt;br/&gt;svn: File not found: transaction '18-11', path '/DummyRails/.idea/dictionaries/user1.xml'&lt;br/&gt;[user1@hoho6 DummyRails]$&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What hack will get me back on the right track?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9162849d-d732-4a8e-a860-355b70837057] --&gt;</description>
      <pubDate>Tue, 23 Aug 2011 16:36:16 GMT</pubDate>
      <author>devnet@jetbrains.com</author>
      <guid>http://devnet.jetbrains.com/message/5317406?tstart=0#5317406</guid>
      <dc:date>2011-08-23T16:36:16Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Having difficulty with Subversion</title>
      <link>http://devnet.jetbrains.com/message/5317402?tstart=0#5317402</link>
      <description>&lt;!-- [DocumentBodyStart:8fe9af2c-992b-4dec-96cf-6daeae7bd9e1] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Not sure that this is what you need:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;[user1@hoho6 db]$ date&lt;br/&gt;Tue Aug 23 11:27:47 CDT 2011&lt;br/&gt;[user1@hoho6 db]$ ps ax | grep ruby&lt;br/&gt; 8165 ?&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; S&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0:00 /bin/sh /home/user1/Downloads/RubyMine-3.2.3/bin/rubymine.sh&lt;br/&gt; 8386 pts/1&amp;#160;&amp;#160;&amp;#160; S+&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0:00 grep --color=auto ruby&lt;/p&gt;&lt;p&gt;&lt;br/&gt;[user1@hoho6 db]$ jstack -F 8165&lt;br/&gt;Attaching to process ID 8165, please wait...&lt;br/&gt;sun.jvm.hotspot.debugger.NoSuchSymbolException: Could not find symbol "gHotSpotVMTypes" in any of the known library names (libjvm.so, libjvm_g.so, gamma_g)&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; at sun.jvm.hotspot.HotSpotTypeDataBase.lookupInProcess(HotSpotTypeDataBase.java:389)&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; at sun.jvm.hotspot.HotSpotTypeDataBase.readVMTypes(HotSpotTypeDataBase.java:104)&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; at sun.jvm.hotspot.HotSpotTypeDataBase.&amp;lt;init&amp;gt;(HotSpotTypeDataBase.java:85)&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; at sun.jvm.hotspot.bugspot.BugSpotAgent.setupVM(BugSpotAgent.java:568)&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; at sun.jvm.hotspot.bugspot.BugSpotAgent.go(BugSpotAgent.java:494)&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; at sun.jvm.hotspot.bugspot.BugSpotAgent.attach(BugSpotAgent.java:332)&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; at sun.jvm.hotspot.tools.Tool.start(Tool.java:163)&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; at java.lang.reflect.Method.invoke(Method.java:616)&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160; at sun.tools.jstack.JStack.main(JStack.java:102)&lt;br/&gt;Debugger attached successfully.&lt;br/&gt;jstack requires a java VM process/core!&lt;br/&gt;[user1@hoho6 db]$&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8fe9af2c-992b-4dec-96cf-6daeae7bd9e1] --&gt;</description>
      <pubDate>Tue, 23 Aug 2011 16:29:08 GMT</pubDate>
      <author>devnet@jetbrains.com</author>
      <guid>http://devnet.jetbrains.com/message/5317402?tstart=0#5317402</guid>
      <dc:date>2011-08-23T16:29:08Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Having difficulty with Subversion</title>
      <link>http://devnet.jetbrains.com/message/5317349?tstart=0#5317349</link>
      <description>&lt;!-- [DocumentBodyStart:16d4e360-88cb-4054-8983-c948e586972b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Bob,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please take a threaddump when RubyMine hangs, for just invoke in console "jstack &amp;lt;rubymine_pid&amp;gt;" command &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:16d4e360-88cb-4054-8983-c948e586972b] --&gt;</description>
      <pubDate>Tue, 23 Aug 2011 07:02:39 GMT</pubDate>
      <author>roman.chernyatchik@jetbrains.com</author>
      <guid>http://devnet.jetbrains.com/message/5317349?tstart=0#5317349</guid>
      <dc:date>2011-08-23T07:02:39Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
  </channel>
</rss>

