I am trying to integrate SubVersion with IS 8.2
My subversion is 1.7, CollabNet-SubVersion. it is started up with svnserve correctly(I can visit it from designer)
I have created a repository and i can access it via http and svn:// URLs.
Now I want to configure it in WmVCS, but when I put the setting as below, it throws exception as below
[b]Error in subversion configuration[/b]
Subversion Configuration
Subversion Repository Location:
Seems its not accepting the SVN URL...i am giving svn://localhost
and i can access my repository with this URL via Repo browser through tortoise SVN client.
Is there anyone has successful experience of configuring this? Plz kindly throw some light into this!
Vikram
Hi All,
I am trying to integrate SubVersion with IS 8.2
My subversion is 1.7, CollabNet-SubVersion. it is started up with svnserve correctly(I can visit it from designer)
I have created a repository and i can access it via http and svn:// URLs.
Now I want to configure it in WmVCS, but when I put the setting as below, it throws exception as below
[b]Error in subversion configuration[/b]
Subversion Configuration
Subversion Repository Location:
Seems its not accepting the SVN URL...i am giving svn://localhost
and i can access my repository with this URL via Repo browser through tortoise SVN client.
Is there anyone has successful experience of configuring this? Plz kindly throw some light into this!
Thanks
Pavan
Hi,
Did you get any error, if so let us know what error message from Error log.
Vikram
2013-03-20T17:50:51.780Z 2013-03-20T17:50:52.705Z [ISS.0132.9117] error running command [svn, checkout, --username, 502188215, --password, ********, -N, -r, HEAD, svn://localhost/packages, D:\webMethods82\IntegrationServer\packages]; exit value: 1; output: [svn: E170000: URL 'svn://localhost/packages' doesn't exist]wm.server.svn.svnservices:configureSVN wm.server.svn.svnservices:configureSVN
Caused by: com.webmethods.vcs.VCSException: [ISS.0132.9117] error running command [svn, checkout, --username, 502188215, --password, ********, -N, -r, HEAD, svn://localhost/packages, D:\webMethods82\IntegrationServer\packages]; exit value: 1; output: [svn: E170000: URL 'svn://localhost/packages' doesn't exist] [b] com.webmethods.vcs.VCSException: [ISS.0132.9117] error running command [svn, checkout[/b], --username, 502188215, --password, ********, -N, -r, HEAD, svn://localhost/packages, D:\webMethods82\IntegrationServer\packages]; exit value: 1; output: [svn: E170000: [b]URL 'svn://localhost/packages' doesn't exist[/b]]
at com.webmethods.vcs.Command.exec(Command.java:189)
at com.webmethods.vcs.svn.SubversionCommand.exec(SubversionCommand.java:135)
at com.webmethods.vcs.svn.SubversionClient.initialCheckout(SubversionClient.java:640)
at wm.server.svn.svnservices.configureSVN(svnservices.java:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:439)
at com.wm.app.b2b.server.invoke.InvokeManager.process(InvokeManager.java:643)
at com.wm.app.b2b.server.util.tspace.ReservationProcessor.process(ReservationProcessor.java:46)
at com.wm.app.b2b.server.invoke.StatisticsProcessor.process(StatisticsProcessor.java:44)
at com.wm.app.b2b.server.invoke.ServiceCompletionImpl.process(ServiceCompletionImpl.java:243)
at com.wm.app.b2b.server.invoke.ValidateProcessor.process(ValidateProcessor.java:51)
at com.wm.app.b2b.server.invoke.PipelineProcessor.process(PipelineProcessor.java:171)
at com.wm.app.b2b.server.ACLManager.process(ACLManager.java:276)
at com.wm.app.b2b.server.invoke.DispatchProcessor.process(DispatchProcessor.java:30)
at com.wm.app.b2b.server.AuditLogManager.process(AuditLogManager.java:363)
at com.wm.app.b2b.server.invoke.InvokeManager.invoke(InvokeManager.java:547)
at com.wm.app.b2b.server.invoke.InvokeManager.invoke(InvokeManager.java:386)
at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:234)
at com.wm.app.b2b.server.ServiceManager.invoke(Service...
WMERROR b4a23270-9186-11e2-a2c3-b0903d07fcb5
Pavan
Vikram,
Your Repository should have the folder packages in it. Since your working directory is IS/packages, it expecting a packages folder in your repository.
[b]svn://localhost/packages, D:\webMethods82\IntegrationServer\packages]; exit value: 1; output: [svn: E170000: URL 'svn://localhost/packages' doesn't exist][/b]
Go to your repository svn://localhost/ and create a folder and specify the SVN URL accordingly:
For Example: If you are creating svn://localhost/packages then your SVN URL should be svn://localhost/
and if you are creating /wM/packages then your SVN URL should be svn://localhost/wM/packages
Hope this helps.
Let me know if you still have any issues.