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-un...@tortoisesvn.tigris.org].
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
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
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
We use it on our build server. It is much preferred to the CLI when doing iteractive work when remoted in.
Thanks!
On Nov 5, 9:17 am, Simon Large <simon.tortoise...@googlemail.com>
wrote:
> 2009/11/5 Lester Leung <mixbo...@yahoo.com>:
>
> > 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...@tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414772
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
> unsub...@tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414906
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
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
> > unsubscr...@tortoisesvn.tigris.org].
>
> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr...@tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414934
2009/11/5 Lester <lest...@gmail.com>:
> 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
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
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
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
> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr...@tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415151
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
Please advise.
Lester
> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr...@tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415159
BOb
> > To unsubscribe from this discussion, e-mail: [users-
> unsubscr...@tortoisesvn.tigris.org].
>
> ------------------------------------------------------
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMe
> ssageId=2415159
>
> To unsubscribe from this discussion, e-mail: [users-
> unsub...@tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415173
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
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...@googlemail.com>
wrote:
> 2009/11/6 Lester <lester...@gmail.com>:
> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr...@tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415277
BOb
> > To unsubscribe from this discussion, e-mail: [users-
> unsubscr...@tortoisesvn.tigris.org].
>
> ------------------------------------------------------
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMe
> ssageId=2415277
>
> To unsubscribe from this discussion, e-mail: [users-
> unsub...@tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415281
"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
> > unsubscr...@tortoisesvn.tigris.org].
>
> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr...@tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415284
Did you install svnserve.exe and start it running, or install as
service and start that?
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=2415430
no, I did not install anything on the Windows 2008 Server. Is
"svnserve.exe" necessary? I thought I could just copy the repository
from one server to another then change the URL pointer.
Please advise.
Thanks.
On Nov 7, 9:44 am, Simon Large <simon.tortoise...@googlemail.com>
wrote:
> 2009/11/6 Lester <lester...@gmail.com>:
>
> > 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."
>
> Did you install svnserve.exe and start it running, or install as
> service and start that?
>
> 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...@tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415449
Subversion is a client/server system. TortoiseSVN is the client but
you need a server as well. The svn:// part of the URL indicates that
svn protocol is being used, and that you need to be running svnserve
on the server. Please do yourself a favour and read the documentation.
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup-svnserve.html
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=2415480
Can you help?
Thanks!
Lester
On Nov 7, 3:18 pm, Simon Large <simon.tortoise...@googlemail.com>
wrote:
> 2009/11/7 Lester <lester...@gmail.com>:
>
> > Hi Simon,
>
> > no, I did not install anything on the Windows 2008 Server. Is
> > "svnserve.exe" necessary? I thought I could just copy the repository
> > from one server to another then change the URL pointer.
>
> Subversion is a client/server system. TortoiseSVN is the client but
> you need a server as well. The svn:// part of the URL indicates that
> svn protocol is being used, and that you need to be running svnserve
> on the server. Please do yourself a favour and read the documentation.
>
> http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup-s...
>
> 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...@tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415849
That's how it runs. Try connecting to it from a client.
BTW, it's not a DOS window. DOS has been dead for a decade. It's the
Windows command prompt/shell.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415855
"Error * Can't connect to host 'co-formsdev': 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."
Can someone please tell me what the problem is? Thank you.
On Nov 9, 10:40 am, Andy Levy <andy.l...@gmail.com> wrote:
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415895
install-subversion-service.cmd
sc create "subversion daemon" binpath=
"D:\MEDIA\SVN\svn-win32-1.4.6\bin\svnserve.exe --service -r
D:\\MEDIA\\SVN\\REPOS\\" displayname= "subversion daemon" depend=
Tcpip start= auto
pause
start-subversion.cmd
net start "subversion daemon"
pause
stop-subversion.cmd
net stop "subversion daemon"
pause
uninstall-subversion-service.cmd
sc delete "subversion daemon"
pause
all of these scripts need to run elevated (as an administrator),
double check that the svnserve port isnt being blocked by your
firewall.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2415908