Discussion:
help
王凯玺
2010-11-02 08:24:59 UTC
Permalink
Hello,I have a question about subclipse as follows:



My company have a svn server with two ip addresses(internal and
outer).Usually I used the internal url to access the svn server.But some
time I use the outer url to access it. May I keep one copy of project and
switch the svn url on it?If I can, how do it?



Thank you very much!

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&dsMessageId=2677990

To unsubscribe from this discussion, e-mail: [dev-***@subclipse.tigris.org].
Lorenz
2010-11-03 07:23:05 UTC
Permalink
Post by 王凯玺
My company have a svn server with two ip addresses(internal and
outer).Usually I used the internal url to access the svn server.But some
time I use the outer url to access it. May I keep one copy of project and
switch the svn url on it?If I can, how do it?
"svn switch --relocate ...", ...

... but how to do that in eclipse/subclipse I can't say 8-)
--
Lorenz

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&dsMessageId=2678403

To unsubscribe from this discussion, e-mail: [dev-***@subclipse.tigris.org].
Mark Phippard
2010-11-03 13:34:22 UTC
Permalink
Post by 王凯玺
My company have a svn server with two ip addresses(internal and
outer).Usually I used the internal url to access the svn server.But some
time I use the outer url to access it. May I keep one copy of project and
switch the svn url on it?If I can, how do it?
Open the SVN Repositories view, right-click on your repository and
choose the Relocate option. Enter the new URL and this will update it
to the new URL and switch any working copies in your workspace to
point to it.
--
Thanks

Mark Phippard
http://markphip.blogspot.com/

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&dsMessageId=2678405

To unsubscribe from this discussion, e-mail: [dev-***@subclipse.tigris.org].
Loading...