Posted by hass on April 27, 2007 at 7:27pm
Jump to:
| Project: | Go - url redirects |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | jredding |
| Status: | closed (fixed) |
Issue Summary
Without the .info the Installation isn't possible and Update_Status module cannot verify the status...
Comments
#1
[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...
#2
i'm not sure if the line
dependencies = filteris required... look like not, while this is a core module that cannot deactivated. therefor please remove it...
#3
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
#4
update?
#5
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
#6
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>
#7
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.
#8
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...