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

Re: Need advice on how to create copy subversion files to SourceSafe

From: <cmpilato_at_collab.net>
Date: 2003-08-07 17:48:18 CEST

"Philippe Lavoie" <philippe.lavoie@cactus.ca> writes:

> The problem is that I would not know which files were added or deleted.
> Visual Source safe is file based and not project based so I have to be
> explicit about what happened between version 297 and 305 of subversion
> (an xml file with a list of added, deleted file would do the trick I
> think). Then feed that to visual source safe.

What about:

  1. Note last night's HEAD revision (START_REV).
  2. Note tonight's HEAD revision (END_REV).
  3. 'svn merge URL-of-repos@START_REV URL-of-repos@END_REV
      working_copy', and parse the output to find which things were
      adds, deletes, and modifies.
  4. 'svn revert -R working_copy'
  5. 'svn update working_copy'
  6. Now, apply the changes to the SourceSafe repo.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 7 17:50:36 2003

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.