Without the .info the Installation isn't possible and Update_Status module cannot verify the status...

Comments

hass’s picture

[gotwo.info]
name = "Go - url redirection"
description = Provides easy to use url redirections.
dependencies = filter
version = "$Name:  $"

and please release to get a working version public...

hass’s picture

i'm not sure if the line

dependencies = filter

is required... look like not, while this is a core module that cannot deactivated. therefor please remove it...

jredding’s picture

uggh.. didn't notice I have one written locally. I just forgot to add it to cvs.

I suck at CVS. I'll get it up late tonight

hass’s picture

update?

jredding’s picture

Assigned: Unassigned » jredding
Status: Active » Fixed

Sorry. I really, really suck at CVS. I thought it was added. I just did a CVS checkout and it IS in HEAD ;promise. I also added a new 5-1-1 release that should work in 5.1. It is working on our site. The problem is not the code it is my knowledge of CVS (i.e. zero).

I'm

hass’s picture

Since i'm using Eclipse... i have no problems. looks very logik, but took me a while to understand. try out using the following import file...

[drupal.psf]
<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
<provider id="org.eclipse.team.cvs.core.cvsnature">
<project reference="1.0,:pserver:cvs.drupal.org:/cvs/drupal-contrib,contributions,drupal-contrib-cvs"/>
<project reference="1.0,:pserver:cvs.drupal.org:/cvs/drupal-contrib,contributions,drupal-contrib-5,DRUPAL-5"/>
<project reference="1.0,:pserver:cvs.drupal.org:/cvs/drupal-contrib,contributions,drupal-contrib-5--2,DRUPAL-5--2"/>
<project reference="1.0,:pserver:cvs.drupal.org:/cvs/drupal,drupal,drupal-cvs"/>
<project reference="1.0,:pserver:cvs.drupal.org:/cvs/drupal,drupal,drupal-5,DRUPAL-5"/>
</provider>
</psf>
jredding’s picture

Status: Fixed » Closed (fixed)

I have zero idea what the .psf file is supposed to do or how I would use it.
In any case its not necessary. I just downloaded the recently released version on 5.1.1 (up on the site) and it includes the .info file and the correct code for Drupal 5. x.

hass’s picture

if you are using Eclipse you are able to import the CVS version branches with this config file... file > import. In this way it's very easy to commit to a branch...