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

merge with nonversioned paths?

From: John Barstow <John_Barstow_at_gfsg.co.nz>
Date: 2002-11-19 22:57:33 CET

We have a deployment model in which critical fixes may be implemented on the
production server without ever going through the repository.

In order to avoid losing any critical changes, I have a batch file that
grabs a copy of the files on the production server, copies that over the
working copy of the production branch, and checks in any modifications.
Timestamps are a problem, but one fixed by touching the timestamp on all
files in the working copy.

The problem facing me, really, is that adds and deletes are not captured by
this process. What I'd really like to do is 'svn merge' a nonversioned path
with the working copy and have adds and delete scheduled.

Now, I know there are cute shell things I can do to automate this myself.
What I'm asking is if this is reasonable functionality to add to the merge
command. I don't mind passing a specific flag (like --force or
--allow-nonversioned) to enable this behavior.

John C Barstow

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 19 22:52:11 2002

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

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