Modify

Opened 18 years ago

Closed 11 years ago

#822 closed defect (wontfix)

Copy and move of a ticket isn't working (for me)

Reported by: perda@… Owned by: Noah Kantrowitz
Priority: normal Component: DatamoverPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description (last modified by Ryan J Ollos)

Hi,

I testing the datamover plugin and I didn't see any problems when I installed the plugin (no error in the console anyway). I have two project to use for this test: archer and packages.

I start the tracd server like this:

$ tracd --port=8000 --auth=*,/usr/local/trac/archer/conf/htdigest_file,archer --auto-reload /usr/local/trac/archer /usr/local/trac/packages

My problem is that the move of tickets between the project doed not happened and it looks like the operation works but there is no moved/copied tickets in the projects.

I have attachd some html-pages to show what I'm doing. I have also provided the log in the console to show what happends when I push the copy/move button.

This is the log I get when i try to copy Ticket #1 from packages to archer:

------------------------------------------------------------------------------
10:55:57 PM Trac[providers] DEBUG: SiblingProviderModule: Using base path '/usr/local/trac'
10:55:57 PM Trac[providers] DEBUG: SiblingProviderModule: Checking path '/usr/local/trac/archer'
10:55:57 PM Trac[providers] DEBUG: SiblingProviderModule: Path good
10:55:57 PM Trac[providers] DEBUG: SiblingProviderModule: Checking path '/usr/local/trac/packages'
10:55:57 PM Trac[query] DEBUG: Query SQL: SELECT t.summary AS summary,t.owner AS owner,t.type AS type,t.status AS status,t.priority AS priority,t.milestone AS milestone,t.component AS component,t.time AS time,t.changetime AS changetime,t.id AS id,priority.value AS priority_value
FROM ticket AS t
  LEFT OUTER JOIN enum AS priority ON (priority.type='priority' AND priority.name=priority)
WHERE COALESCE(t.id,'')='1'
ORDER BY COALESCE(t.priority,'')='',priority.value,t.id
pundit.linuxkillen.net - - [17/Oct/2006 22:55:57] "POST /packages/admin/mover/ticket HTTP/1.1" 200 -
pundit.linuxkillen.net - - [17/Oct/2006 22:55:57] "GET /packages/chrome/admin/css/admin.css HTTP/1.1" 304 -
-------------------------------------------------------------------------------

And this is the log I get when i try to move Ticket #1 from packages to archer:

-------------------------------------------------------------------------------
10:58:00 PM Trac[providers] DEBUG: SiblingProviderModule: Using base path '/usr/local/trac'
10:58:00 PM Trac[providers] DEBUG: SiblingProviderModule: Checking path '/usr/local/trac/archer'
10:58:00 PM Trac[providers] DEBUG: SiblingProviderModule: Path good
10:58:00 PM Trac[providers] DEBUG: SiblingProviderModule: Checking path '/usr/local/trac/packages'
10:58:00 PM Trac[query] DEBUG: Query SQL: SELECT t.summary AS summary,t.owner AS owner,t.type AS type,t.status AS status,t.priority AS priority,t.milestone AS milestone,t.component AS component,t.time AS time,t.changetime AS changetime,t.id AS id,priority.value AS priority_value
FROM ticket AS t
  LEFT OUTER JOIN enum AS priority ON (priority.type='priority' AND priority.name=priority)
WHERE COALESCE(t.id,'')='1'
ORDER BY COALESCE(t.priority,'')='',priority.value,t.id
pundit.linuxkillen.net - - [17/Oct/2006 22:58:00] "POST /packages/admin/mover/ticket HTTP/1.1" 200 -
-------------------------------------------------------------------------------

thanks Per Dalén

Attachments (1)

files.tar.gz (51.8 KB) - added by anonymous 18 years ago.

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by anonymous

Attachment: files.tar.gz added

comment:1 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)
Resolution: wontfix
Status: newclosed

This plugin is deprecated. Please use the TracMigratePlugin.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.