|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
Is Windows Server 2003 and 2008 supported?Hello, can you please tell me if TortoiseSVN is supported under Windows Server 2003 or 2008?
Thanks. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414760 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Is Windows Server 2003 and 2008 supported?2009/11/5 Lester Leung <mixboy54@...>:
> Hello, can you please tell me if TortoiseSVN is supported under Windows Server 2003 or 2008? Yes it is, but why would you install the client software on a server? Simon -- : ___ : oo // \\ "De Chelonian Mobile" : (_,\/ \_/ \ TortoiseSVN : \ \_/_\_/> The coolest Interface to (Sub)Version Control : /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414763 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Is Windows Server 2003 and 2008 supported?Well, we currently have the repository on a Windows 2000 server and
we're wanting to move this repository over to a Windows 2003 or 2008 server. As this repository was in place before I started my job, I was told that our organization wanted to have a central location for the repository. I would just copy and paste the entire repository onto the new server, right? How can I change the "pointer" of the repository? Thanks! On Nov 5, 9:17 am, Simon Large <simon.tortoise...@...> wrote: > 2009/11/5 Lester Leung <mixbo...@...>: > > > Hello, can you please tell me if TortoiseSVN is supported under Windows Server 2003 or 2008? > > Yes it is, but why would you install the client software on a server? > > Simon > > -- > : ___ > : oo // \\ "De Chelonian Mobile" > : (_,\/ \_/ \ TortoiseSVN > : \ \_/_\_/> The coolest Interface to (Sub)Version Control > : /_/ \_\ http://tortoisesvn.net > > ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess... > > To unsubscribe from this discussion, e-mail: [users-unsubscr...@...]. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414772 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
RE: Is Windows Server 2003 and 2008 supported?> Hello, can you please tell me if TortoiseSVN is supported under
> Windows Server 2003 or 2008? > I use it on several Windows 2003 servers without a problem. Never tried it on a 2008 server. BOb ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414774 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
RE: Is Windows Server 2003 and 2008 supported?> 2009/11/5 Lester Leung <mixboy54@...>:
> > Hello, can you please tell me if TortoiseSVN is supported under > Windows Server 2003 or 2008? > > Yes it is, but why would you install the client software on a > server? We use it on our build server. It is much preferred to the CLI when doing iteractive work when remoted in. BOb ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414775 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Is Windows Server 2003 and 2008 supported?2009/11/5 Bob Archer <bob.archer@...>
We use on our dev team's terminal server.
And also on various Virtual PCs loaded with server OSs that mimic our client's server setup but also have dev tools installed to simplify debugging.
|
|
|
RE: Is Windows Server 2003 and 2008 supported?The repository has nothing to do with TortoiseSVN. Tortoise is a client.
You "should" be able to just copy the repository folder from one machine to another. Since you are going from Windows to windows that should be ok. Once you move the repository to the new server, if you are using a new server name you will have to "relocate" all your WC's to point to the new server. Just right click on your working copy and choose T-SVN -> Relocate... and provide the new URL path. If you are going to shut down the old server and use the same server name for the new one, you shouldn't have to do anything. Not sure how you are hosting it, but we use svnserve on windows 2003 server for two years now without a problem. BOb > Well, we currently have the repository on a Windows 2000 server and > we're wanting to move this repository over to a Windows 2003 or > 2008 > server. As this repository was in place before I started my job, I > was told that our organization wanted to have a central location > for > the repository. I would just copy and paste the entire repository > onto the new server, right? How can I change the "pointer" of the > repository? > > Thanks! > > > On Nov 5, 9:17 am, Simon Large <simon.tortoise...@...> > wrote: > > 2009/11/5 Lester Leung <mixbo...@...>: > > > > > Hello, can you please tell me if TortoiseSVN is supported under > Windows Server 2003 or 2008? > > > > Yes it is, but why would you install the client software on a > server? > > > > Simon > > > > -- > > : ___ > > : oo // \\ "De Chelonian Mobile" > > : (_,\/ \_/ \ TortoiseSVN > > : \ \_/_\_/> The coolest Interface to (Sub)Version Control > > : /_/ \_\ http://tortoisesvn.net > > > > ------------------------------------------------------ > http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMe > ss... > > > > To unsubscribe from this discussion, e-mail: [users- > unsubscr...@...]. > > ------------------------------------------------------ > http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMe > ssageId=2414772 > > To unsubscribe from this discussion, e-mail: [users- > unsubscribe@...]. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414906 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Is Windows Server 2003 and 2008 supported?2009/11/5 Lester <lesterken@...>:
> Well, we currently have the repository on a Windows 2000 server and > we're wanting to move this repository over to a Windows 2003 or 2008 > server. As this repository was in place before I started my job, I > was told that our organization wanted to have a central location for > the repository. I would just copy and paste the entire repository > onto the new server, right? How can I change the "pointer" of the > repository? Be sure to stop the server on the old machine first before moving the repository and don't start it again, otherwise anyone who makes a commit will commit on the old server *after* you made your copy and their changes will not be present on the new server. Simon -- : ___ : oo // \\ "De Chelonian Mobile" : (_,\/ \_/ \ TortoiseSVN : \ \_/_\_/> The coolest Interface to (Sub)Version Control : /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414932 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Is Windows Server 2003 and 2008 supported?Thanks for your reply Bob! Actually, I'm new to this whole
TortoiseSVN and repository kind of thing. What did you mean when you said "relocate all your WC's..." What is a "WC"? Also, I don't see a "Relocate" function in the TortoiseSVN dropdown menu when right clicking on a folder. All it lists is: - Repo browser - Export - Create repository here - Import - Help - Settings - About My Tortoise client is version 1.4 Lester On Nov 5, 1:31 pm, Bob Archer <bob.arc...@...> wrote: > The repository has nothing to do with TortoiseSVN. Tortoise is a client. > > You "should" be able to just copy the repository folder from one machine to another. Since you are going from Windows to windows that should be ok. > > Once you move the repository to the new server, if you are using a new server name you will have to "relocate" all your WC's to point to the new server. Just right click on your working copy and choose T-SVN -> Relocate... and provide the new URL path. If you are going to shut down the old server and use the same server name for the new one, you shouldn't have to do anything. > > Not sure how you are hosting it, but we use svnserve on windows 2003 server for two years now without a problem. > > BOb > > > > > Well, we currently have the repository on a Windows 2000 server and > > we're wanting to move this repository over to a Windows 2003 or > > 2008 > > server. As this repository was in place before I started my job, I > > was told that our organization wanted to have a central location > > for > > the repository. I would just copy and paste the entire repository > > onto the new server, right? How can I change the "pointer" of the > > repository? > > > Thanks! > > > On Nov 5, 9:17 am, Simon Large <simon.tortoise...@...> > > wrote: > > > 2009/11/5 Lester Leung <mixbo...@...>: > > > > > Hello, can you please tell me if TortoiseSVN is supported under > > Windows Server 2003 or 2008? > > > > Yes it is, but why would you install the client software on a > > server? > > > > Simon > > > > -- > > > : ___ > > > : oo // \\ "De Chelonian Mobile" > > > : (_,\/ \_/ \ TortoiseSVN > > > : \ \_/_\_/> The coolest Interface to (Sub)Version Control > > > : /_/ \_\ http://tortoisesvn.net > > > > ------------------------------------------------------ > >http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMe > > ss... > > > > To unsubscribe from this discussion, e-mail: [users- > > unsubscr...@...]. > > > ------------------------------------------------------ > >http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMe > > ssageId=2414772 > > > To unsubscribe from this discussion, e-mail: [users- > > unsubscr...@...]. > > ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess... > > To unsubscribe from this discussion, e-mail: [users-unsubscr...@...]. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414934 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Is Windows Server 2003 and 2008 supported?Hi,
2009/11/5 Lester <lesterken@...>: > Thanks for your reply Bob! Actually, I'm new to this whole > TortoiseSVN and repository kind of thing. What did you mean when you > said "relocate all your WC's..." What is a "WC"? > WC == Working Copy == Checkout from the repository that is used to actually work with the files in the repository > Also, I don't see a "Relocate" function in the TortoiseSVN dropdown > menu when right clicking on a folder. All it lists is: > Relocate is only available when right clicking on a Working Copy folder. > - Repo browser > - Export > - Create repository here > - Import > - Help > - Settings > - About > That indicated you are right clicking on an ordinary (i.e. non-versioned) folder. > My Tortoise client is version 1.4 > That is a bit old, try upgrading to 1.6.6. It is OK to use a newer version client to access a different 1.x version repository. -- Regards, Jean-Marc -- . ___ . @@ // \\ "De Chelonian Mobile" . (_,\/ \_/ \ TortoiseSVN . \ \_/_\_/> The coolest Interface to (Sub)Version Control . /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415054 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Is Windows Server 2003 and 2008 supported?2009/11/5 Lester <lesterken@...>:
> Thanks for your reply Bob! Actually, I'm new to this whole > TortoiseSVN and repository kind of thing. What did you mean when you > said "relocate all your WC's..." What is a "WC"? Working Copy. That is the client-side folder that the checkout lives in and every client PC will have one (or more) so there could be a lot of them to relocate. > Also, I don't see a "Relocate" function in the TortoiseSVN dropdown > menu when right clicking on a folder. All it lists is: > > - Repo browser > - Export > - Create repository here > - Import > - Help > - Settings > - About That is because you are not right clicking in a working copy folder. > My Tortoise client is version 1.4 Which is quite old now. We are on 1.6.6 Simon -- : ___ : oo // \\ "De Chelonian Mobile" : (_,\/ \_/ \ TortoiseSVN : \ \_/_\_/> The coolest Interface to (Sub)Version Control : /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415055 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Is Windows Server 2003 and 2008 supported?On Thursday 05 November 2009, Lester wrote:
> Thanks for your reply Bob! Actually, I'm new to this whole > TortoiseSVN and repository kind of thing. What did you mean when you > said "relocate all your WC's..." What is a "WC"? You have to read the instructions, WC is short for working copy. Actually, there are two documentations, one for Subversion, the other for TortoiseSVN. In particular the former is a must, as it explains typical procedures and terminology. > Also, I don't see a "Relocate" function in the TortoiseSVN dropdown > menu when right clicking on a folder. All it lists is: > > - Repo browser > - Export > - Create repository here > - Import > - Help > - Settings > - About Well, you have to click on a WC. > My Tortoise client is version 1.4 It wouldn't hurt upgrading, actually you get a few, possibly interesting features. Uli -- ML: http://tortoisesvn.tigris.org/list_etiquette.html FAQ: http://tortoisesvn.net/faq Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932 ************************************************************************************** Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932 ************************************************************************************** Visit our website at <http://www.satorlaser.de/> ************************************************************************************** Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden. E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich. ************************************************************************************** ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415056 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Is Windows Server 2003 and 2008 supported?Thanks for all your replies, everyone! Ok, yes, you are all right, I
was right clicking on a NON-working copy version. I can now see the "relocate" on the dropdown menu when I right click on a 'WC'. Ok, I'm almost done: I simply copied the repository folder (left everything intact) from one server to the new one Windows 2008 server. Now, on my 'WC' on my local PC, do I just relocate and choose the different URL to the new location of the repository? Before clicking the 'Yes' button, I get a "Relocate Warning", saying: <----Quote---> "It seems you are trying to relocate your working copy to a different path inside the same repository From: svn://NewServer/Website/Trunk/wwwroot/MyWebsite To: svn://NewServer/Website/Trunk/wwwroot/MyWebsite A relocate is only necessary if the path to a repository has change. Changing to a different path inside a repository is done by a switch operation. Improper use of relocate will corrupt your working copy!" <---End quote---> As I've mentioned before, all I'm doing is moving the entire repository to a different server. Is it OK to go ahead and click "YES" to this relocate warning? I don't want to corrupt anything! Lester On Nov 6, 3:36 am, Ulrich Eckhardt <eckha...@...> wrote: > On Thursday 05 November 2009, Lester wrote: > > > Thanks for your reply Bob! Actually, I'm new to this whole > > TortoiseSVN and repository kind of thing. What did you mean when you > > said "relocate all your WC's..." What is a "WC"? > > You have to read the instructions, WC is short for working copy. Actually, > there are two documentations, one for Subversion, the other for TortoiseSVN. > In particular the former is a must, as it explains typical procedures and > terminology. > > > Also, I don't see a "Relocate" function in the TortoiseSVN dropdown > > menu when right clicking on a folder. All it lists is: > > > - Repo browser > > - Export > > - Create repository here > > - Import > > - Help > > - Settings > > - About > > Well, you have to click on a WC. > > > My Tortoise client is version 1.4 > > It wouldn't hurt upgrading, actually you get a few, possibly interesting > features. > > Uli > > -- > ML:http://tortoisesvn.tigris.org/list_etiquette.html > FAQ:http://tortoisesvn.net/faq > > Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland > Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932 > > ************************************************************************************** > Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland > Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932 > ************************************************************************************** > Visit our website at <http://www.satorlaser.de/> > ************************************************************************************** > Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden. > E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich. > ************************************************************************************** > > ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess... > > To unsubscribe from this discussion, e-mail: [users-unsubscr...@...]. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415151 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
RE: Is Windows Server 2003 and 2008 supported?> Thanks for all your replies, everyone! Ok, yes, you are all right,
> I > was right clicking on a NON-working copy version. I can now see > the > "relocate" on the dropdown menu when I right click on a 'WC'. > > Ok, I'm almost done: I simply copied the repository folder (left > everything intact) from one server to the new one Windows 2008 > server. Now, on my 'WC' on my local PC, do I just relocate and > choose > the different URL to the new location of the repository? > Before clicking the 'Yes' button, I get a "Relocate Warning", > saying: > > <----Quote---> > "It seems you are trying to relocate your working copy to a > different > path inside the same repository > From: svn://NewServer/Website/Trunk/wwwroot/MyWebsite > To: svn://NewServer/Website/Trunk/wwwroot/MyWebsite > > A relocate is only necessary if the path to a repository has > change. > Changing to a different path inside a repository is done by a > switch > operation. So, your working copy is already pointing to your new server. I assume you checked this out from your new server? If so, you don't need to do a relocate. You only need to relocate working copies that were checked our from the old server. Or, you can just do a new checkout from the new server. Either way will work. Doing the relocate lets you keep working with an existing WC so you don't lose and possible pending changes or have to d/l your whole project again. BOb ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415153 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Is Windows Server 2003 and 2008 supported?Actually, my working copy is NOT pointing to my new server yet. I
just wanted to get confirmation that the steps I'm going to take in my last message was not going to corrupt anything, as it's just a straight copy and paste of the repository folder from one server to another. Please advise. Lester On Nov 6, 10:10 am, Bob Archer <bob.arc...@...> wrote: > > Thanks for all your replies, everyone! Ok, yes, you are all right, > > I > > was right clicking on a NON-working copy version. I can now see > > the > > "relocate" on the dropdown menu when I right click on a 'WC'. > > > Ok, I'm almost done: I simply copied the repository folder (left > > everything intact) from one server to the new one Windows 2008 > > server. Now, on my 'WC' on my local PC, do I just relocate and > > choose > > the different URL to the new location of the repository? > > Before clicking the 'Yes' button, I get a "Relocate Warning", > > saying: > > > <----Quote---> > > "It seems you are trying to relocate your working copy to a > > different > > path inside the same repository > > From: svn://NewServer/Website/Trunk/wwwroot/MyWebsite > > To: svn://NewServer/Website/Trunk/wwwroot/MyWebsite > > > A relocate is only necessary if the path to a repository has > > change. > > Changing to a different path inside a repository is done by a > > switch > > operation. > > So, your working copy is already pointing to your new server. I assume you checked this out from your new server? If so, you don't need to do a relocate. You only need to relocate working copies that were checked our from the old server. Or, you can just do a new checkout from the new server. Either way will work. Doing the relocate lets you keep working with an existing WC so you don't lose and possible pending changes or have to d/l your whole project again. > > BOb > > ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess... > > To unsubscribe from this discussion, e-mail: [users-unsubscr...@...]. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415159 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
RE: Is Windows Server 2003 and 2008 supported?Yes, what you are saying you would do is correct. But, of course when you do the relocate you won't get the warning that the old and new paths are the same... because they will be different.
BOb > -----Original Message----- > From: Lester [mailto:lesterken@...] > Sent: Friday, November 06, 2009 12:29 PM > To: users@... > Subject: Re: Is Windows Server 2003 and 2008 supported? > > Actually, my working copy is NOT pointing to my new server yet. I > just wanted to get confirmation that the steps I'm going to take in > my > last message was not going to corrupt anything, as it's just a > straight copy and paste of the repository folder from one server to > another. > > Please advise. > Lester > > > On Nov 6, 10:10 am, Bob Archer <bob.arc...@...> wrote: > > > Thanks for all your replies, everyone! Ok, yes, you are all > right, > > > I > > > was right clicking on a NON-working copy version. I can now > see > > > the > > > "relocate" on the dropdown menu when I right click on a 'WC'. > > > > > Ok, I'm almost done: I simply copied the repository folder > (left > > > everything intact) from one server to the new one Windows 2008 > > > server. Now, on my 'WC' on my local PC, do I just relocate and > > > choose > > > the different URL to the new location of the repository? > > > Before clicking the 'Yes' button, I get a "Relocate Warning", > > > saying: > > > > > <----Quote---> > > > "It seems you are trying to relocate your working copy to a > > > different > > > path inside the same repository > > > From: svn://NewServer/Website/Trunk/wwwroot/MyWebsite > > > To: svn://NewServer/Website/Trunk/wwwroot/MyWebsite > > > > > A relocate is only necessary if the path to a repository has > > > change. > > > Changing to a different path inside a repository is done by a > > > switch > > > operation. > > > > So, your working copy is already pointing to your new server. I > assume you checked this out from your new server? If so, you don't > need to do a relocate. You only need to relocate working copies > that were checked our from the old server. Or, you can just do a > new checkout from the new server. Either way will work. Doing the > relocate lets you keep working with an existing WC so you don't > lose and possible pending changes or have to d/l your whole project > again. > > > > BOb > > > > ------------------------------------------------------ > http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMe > ss... > > > > To unsubscribe from this discussion, e-mail: [users- > unsubscr...@...]. > > ------------------------------------------------------ > http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMe > ssageId=2415159 > > To unsubscribe from this discussion, e-mail: [users- > unsubscribe@...]. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415173 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Is Windows Server 2003 and 2008 supported?2009/11/6 Lester <lesterken@...>:
> Thanks for all your replies, everyone! Ok, yes, you are all right, I > was right clicking on a NON-working copy version. I can now see the > "relocate" on the dropdown menu when I right click on a 'WC'. > > Ok, I'm almost done: I simply copied the repository folder (left > everything intact) from one server to the new one Windows 2008 > server. Now, on my 'WC' on my local PC, do I just relocate and choose > the different URL to the new location of the repository? > Before clicking the 'Yes' button, I get a "Relocate Warning", saying: > > <----Quote---> > "It seems you are trying to relocate your working copy to a different > path inside the same repository > From: svn://NewServer/Website/Trunk/wwwroot/MyWebsite > To: svn://NewServer/Website/Trunk/wwwroot/MyWebsite Those paths are both the same. If the new server really does have the same path then there is no need to relocate. If the paths are different then please tell us the real message. Simon -- : ___ : oo // \\ "De Chelonian Mobile" : (_,\/ \_/ \ TortoiseSVN : \ \_/_\_/> The coolest Interface to (Sub)Version Control : /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415175 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Is Windows Server 2003 and 2008 supported?Actually, sorry, I meant to write:
From: svn://OLDServer/Website/Trunk/wwwroot/MyWebsite To: svn://NEWServer/Website/Trunk/wwwroot/MyWebsite And no, the NEW server does NOT have the same path. Should I continue or would I need to change a setting first before proceeding? Lester On Nov 6, 11:16 am, Simon Large <simon.tortoise...@...> wrote: > 2009/11/6 Lester <lester...@...>: > > > Thanks for all your replies, everyone! Ok, yes, you are all right, I > > was right clicking on a NON-working copy version. I can now see the > > "relocate" on the dropdown menu when I right click on a 'WC'. > > > Ok, I'm almost done: I simply copied the repository folder (left > > everything intact) from one server to the new one Windows 2008 > > server. Now, on my 'WC' on my local PC, do I just relocate and choose > > the different URL to the new location of the repository? > > Before clicking the 'Yes' button, I get a "Relocate Warning", saying: > > > <----Quote---> > > "It seems you are trying to relocate your working copy to a different > > path inside the same repository > > From: svn://NewServer/Website/Trunk/wwwroot/MyWebsite > > To: svn://NewServer/Website/Trunk/wwwroot/MyWebsite > > Those paths are both the same. If the new server really does have the > same path then there is no need to relocate. If the paths are > different then please tell us the real message. > > Simon > > -- > : ___ > : oo // \\ "De Chelonian Mobile" > : (_,\/ \_/ \ TortoiseSVN > : \ \_/_\_/> The coolest Interface to (Sub)Version Control > : /_/ \_\ http://tortoisesvn.net > > ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess... > > To unsubscribe from this discussion, e-mail: [users-unsubscr...@...]. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415277 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
RE: Is Windows Server 2003 and 2008 supported?your good to go... I think you've got it.
BOb > Actually, sorry, I meant to write: > > From: svn://OLDServer/Website/Trunk/wwwroot/MyWebsite > To: svn://NEWServer/Website/Trunk/wwwroot/MyWebsite > > And no, the NEW server does NOT have the same path. Should I > continue > or would I need to change a setting first before proceeding? > > Lester > > > On Nov 6, 11:16 am, Simon Large <simon.tortoise...@...> > wrote: > > 2009/11/6 Lester <lester...@...>: > > > > > Thanks for all your replies, everyone! Ok, yes, you are all > right, I > > > was right clicking on a NON-working copy version. I can now > see the > > > "relocate" on the dropdown menu when I right click on a 'WC'. > > > > > Ok, I'm almost done: I simply copied the repository folder > (left > > > everything intact) from one server to the new one Windows 2008 > > > server. Now, on my 'WC' on my local PC, do I just relocate and > choose > > > the different URL to the new location of the repository? > > > Before clicking the 'Yes' button, I get a "Relocate Warning", > saying: > > > > > <----Quote---> > > > "It seems you are trying to relocate your working copy to a > different > > > path inside the same repository > > > From: svn://NewServer/Website/Trunk/wwwroot/MyWebsite > > > To: svn://NewServer/Website/Trunk/wwwroot/MyWebsite > > > > Those paths are both the same. If the new server really does have > the > > same path then there is no need to relocate. If the paths are > > different then please tell us the real message. > > > > Simon > > > > -- > > : ___ > > : oo // \\ "De Chelonian Mobile" > > : (_,\/ \_/ \ TortoiseSVN > > : \ \_/_\_/> The coolest Interface to (Sub)Version Control > > : /_/ \_\ http://tortoisesvn.net > > > > ------------------------------------------------------ > http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMe > ss... > > > > To unsubscribe from this discussion, e-mail: [users- > unsubscr...@...]. > > ------------------------------------------------------ > http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMe > ssageId=2415277 > > To unsubscribe from this discussion, e-mail: [users- > unsubscribe@...]. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415281 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Is Windows Server 2003 and 2008 supported?Ok, I went ahead and 'relocated'. Now, I'm getting an error message
saying: "Can't connect to host 'NewServer': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond." Please help! Lester On Nov 6, 3:20 pm, Bob Archer <bob.arc...@...> wrote: > your good to go... I think you've got it. > > BOb > > > > > Actually, sorry, I meant to write: > > > From: svn://OLDServer/Website/Trunk/wwwroot/MyWebsite > > To: svn://NEWServer/Website/Trunk/wwwroot/MyWebsite > > > And no, the NEW server does NOT have the same path. Should I > > continue > > or would I need to change a setting first before proceeding? > > > Lester > > > On Nov 6, 11:16 am, Simon Large <simon.tortoise...@...> > > wrote: > > > 2009/11/6 Lester <lester...@...>: > > > > > Thanks for all your replies, everyone! Ok, yes, you are all > > right, I > > > > was right clicking on a NON-working copy version. I can now > > see the > > > > "relocate" on the dropdown menu when I right click on a 'WC'. > > > > > Ok, I'm almost done: I simply copied the repository folder > > (left > > > > everything intact) from one server to the new one Windows 2008 > > > > server. Now, on my 'WC' on my local PC, do I just relocate and > > choose > > > > the different URL to the new location of the repository? > > > > Before clicking the 'Yes' button, I get a "Relocate Warning", > > saying: > > > > > <----Quote---> > > > > "It seems you are trying to relocate your working copy to a > > different > > > > path inside the same repository > > > > From: svn://NewServer/Website/Trunk/wwwroot/MyWebsite > > > > To: svn://NewServer/Website/Trunk/wwwroot/MyWebsite > > > > Those paths are both the same. If the new server really does have > > the > > > same path then there is no need to relocate. If the paths are > > > different then please tell us the real message. > > > > Simon > > > > -- > > > : ___ > > > : oo // \\ "De Chelonian Mobile" > > > : (_,\/ \_/ \ TortoiseSVN > > > : \ \_/_\_/> The coolest Interface to (Sub)Version Control > > > : /_/ \_\ http://tortoisesvn.net > > > > ------------------------------------------------------ > >http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMe > > ss... > > > > To unsubscribe from this discussion, e-mail: [users- > > unsubscr...@...]. > > > ------------------------------------------------------ > >http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMe > > ssageId=2415277 > > > To unsubscribe from this discussion, e-mail: [users- > > unsubscr...@...]. > > ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess... > > To unsubscribe from this discussion, e-mail: [users-unsubscr...@...]. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415284 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
| < Prev | 1 - 2 | Next > |
| Free embeddable forum powered by Nabble | Forum Help |