I was looking to clean up information I'd found through a migration process. I'd hoped to be able to use this sandbox module, but it doesn't see to be there in git:

/DRUPAL7/sites/all/modules/deduplicate_nodes
$ ls
README.txt
$ cat README.txt
A copy of the module solution originally posted at
http://drupal.org/node/720190

The new UI can be found at
/admin/content/dedupe

Any thoughts? I came here from the 720190 issue as per the Readme. I do think there's a good reason to have this functionality..

Comments

dman’s picture

Sorry, I wasn't subscribed to get alerts on this.
master branch is empty by design
This is currently a D6 only module, so only the D6 branch has content.
It's not very deep, so I guess a D7 upgrade wouldn't be impossible...
This was a one-off for me so it's not really on the active list... I'll see if an auto-upgrade gets us anywhere I guess..

dman’s picture

That was NO FUN.
But a d7 branch now operates mostly the same as the D6 one used to.
Sandboxes don't get version releases, but
git clone --branch 7.x-1.x dman@git.drupal.org:sandbox/dman/1422586.git dedupe
will get it.

This is really a one-time sort of thing, and there are too many special cases to support to make it a full module, it's really reference code to use for your own cases - It's not going to get extended a lot more.

vacilando’s picture

That branch clone command requires password. For anonymous clone of the D7 version one needs to use:

git clone --branch 7.x-1.x http://git.drupal.org/sandbox/dman/1422586.git deduplicate_nodes

sokrplare’s picture

Issue summary: View changes
Status: Active » Closed (fixed)