Hi,
I didn’t use the tx Client for a long time and since my old installation didn’t work anymore, I’m trying to configure the new version. Looked like the ‘tx migrate’ worked. I’ve tried to adjust the section headers in my config file to the new format [o:org_slug:p:project_slug:r:resource_slug]. However, when I initiate a pull command (for the virtuemart project, the client comes up with an error message (see below). I can’t figure out what I did wrong. Any ideas?
C:\svntx>tx --v
TX Client, version=1.1.0
C:\svntx>tx pull --a
# ?[1;33mResource o:virtuemart:p:virtuemartplugins:r:vm-admin-plg_vmpayment_mone
ybookers?[0m
?[30;101m ERROR ?[0m ?[91mFetching project 'virtuemartplugins': Get "/projects
/o:virtuemart:p:virtuemartplugins": unsupported protocol scheme ""?[0m
?[96m¯ ?[0m ?[97mFetching project 'virtuemartplugins'?[0mGet "/projects/o:virtue
mart:p:virtuemartplugins": unsupported protocol scheme ""
An example from my old config:
[virtuemart.vm-admin-com_virtuemart]
file_filter = translations/administrator/language/<lang>/<lang>.com_virtuemart.ini
source_file = translations/administrator/language/en-GB/en-GB.com_virtuemart.ini
source_lang = en_GB
type = INI
An example of my new config (not working):
[o:virtuemart:p:virtuemart:r:vm-admin-com_virtuemart]
file_filter = translations/administrator/language//.com_virtuemart.ini
source_file = translations/administrator/language/en-GB/en-GB.com_virtuemart.ini
source_lang = en_GB
type = INI