SVN / Irda questions
Hallo.
Trying to use the svn support in irda 3144.
I configure it in Settings -> Project -> Version Control.
Seems to work. Editor shows modified files, update, checkin...
Question 1: Show diff does not work. Error is:
404 Not Found
Not Found
The requested URL /svn/projectview/!svn/bc/135/main/src/de/softcon/projectview/web/client/project/viewD:/development/projects/projectview/01.00/main/src/de/softcon/projectview/web/client/project/view/ContentProjectMCO.java was not found on this server.
Apache/2.0.52 (Win32) DAV/2 SVN/1.1.1 mod_auth_sspi/1.0.1 Server at proview-s1 Port 8080 at com.qintsoft.svn4idea.SvnVcs.getFileContent(SvnVcs.java:148) at com.qintsoft.svn4idea.SvnVcs.getFileContent(SvnVcs.java:165) at com.qintsoft.svn4idea.actions.ShowDiffAction.perform(ShowDiffAction.java:44) at com.qintsoft.svn4idea.actions.BasicAction.execute(BasicAction.java:192) at com.qintsoft.svn4idea.actions.BasicAction.access$100(BasicAction.java:32) at com.qintsoft.svn4idea.actions.BasicAction$1.run(BasicAction.java:74) at com.intellij.openapi.vcs.f.b.runTransactionRunnable(b.java:47) at com.qintsoft.svn4idea.actions.BasicAction.actionPerformed(BasicAction.java:63) at com.intellij.openapi.actionSystem.impl.i$b_.actionPerformed(i$b_.java:3) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786) at com.intellij.openapi.actionSystem.impl.i.fireActionPerformed(i.java:39) at com.intellij.ui.plaf.beg.f.doClick(f.java:22) at com.intellij.ui.plaf.beg.f.access$300(f.java:234) at com.intellij.ui.plaf.beg.f$a_.mouseReleased(f$a_.java:1) at java.awt.Component.processMouseEvent(Component.java:5100) at java.awt.Component.processEvent(Component.java:4897) at java.awt.Container.processEvent(Container.java:1569) at java.awt.Component.dispatchEventImpl(Component.java:3615) at java.awt.Container.dispatchEventImpl(Container.java:1627) at java.awt.Component.dispatchEvent(Component.java:3477) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128) at java.awt.Container.dispatchEventImpl(Container.java:1613) at java.awt.Window.dispatchEventImpl(Window.java:1606) at java.awt.Component.dispatchEvent(Component.java:3477) at java.awt.EventQueue.dispatchEvent(EventQueue.java:456) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:80) at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:119) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:152) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137) at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)]]>
Notes:
- i'm accessing my repository with WebDAV.
- apache is using SSPI/NTLM for authentication (mod_authz_svn.so)
Question 2: exended subversion operations
In Settings -> Project -> Version Control -> Subversion -> Help there is some text that says:
"For exended subversion operations (administration,
blaming, properties etc) you can start the SvnUp dialog
from the Subversion menu (tools/Subversion/SvnUp)."
I cannot seem to find this anywhere...i'm assuming this is just an older help text.
Is there anywhere else where i can configure the svn plugin (eg. for the above problem)?
cheers
oliver
Please sign in to leave a comment.
Maybe you've specified the wrong URL?
Tom
Hmm one thing i did notice after posting was the following in the error message:
Apache/2.0.52 (Win32) DAV/2 SVN/1.1.1 mod_auth_sspi/1.0.1 Server at proview-s1 Port 8080.
That is strange because apache/svn server is configured on Port 8888.
This is what is in the apache access.log when i try the Show Diff.
This is what is in the access.log when i do an update on the same file:
If i try one of the urls fired off by Show diffs directly in the browser with:
I get:
The initial checkout of the project was not done with Irda. So all the .svn dirs are already there (these contain the url to the repository among other things if i'm not mistaken).
I never got to type in a url in irda...where would you be able to do it?
The only place i can think of is when you do "Checkout from subversion"