[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

a little help sorting things out

From: Matthew Smith <chedderslam_at_gmail.com>
Date: Tue, 22 Jul 2008 07:52:02 -0500

I'm not very good with svn and have just inherited an app using it for
version control. Currently we are migrating an application from one server
to another and I need to sync the code from the current server back to the
repository, then deploy it on the new server. The last person in charge of
the repository has created several tags, with different directories on the
current server pointing to different tags.

Here's the results of "svn info" on the different directories on the
current/live server:

(application root)
URL: (server)/(app)/tags/production

(application root)/src
(server)/(app)/tags/mr-04-17-08/src

(application root)/bin
(server)/(app)/tags/mr-04-17-08/bin

(application root)/templates
(server)/(app)/tags/production/templates

So basically I want to commit the production server code to the mr-04-17-08
tag, then copy it over to the production tag, then deploy on the new server.

I am just concerned about where the code will get committed to because the
different subdirectories point to different places on the repository. How do
I make sure that the code gets committed to the mr-04-17-08 tag?

Thanks.
Received on 2008-07-22 14:52:29 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.