google-code-export / flies

Automatically exported from code.google.com/p/flies
GNU Lesser General Public License v2.1
2 stars 0 forks source link

[python client] "flies project create" should respect command line options, even when flies.xml is absent #268

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use case: for svn/cvs document projects, it is possible the directory structure 
looks like:

proj/
proj/f13
proj/f14

While flies.xml rests in proj/f13 and proj/f14, but not proj

What steps will reproduce the problem?
1. flies project create projectSlug --project-name=projectName 
---project-desc=projectDesc --url=<url> --username=admin --apikey=<apikey>

What is the expected output?
project create without problem

What do you see instead?
error: Can not find flies.xml, please specify the path of flies.xml

What version of the client *and* server are you using? (Displayed at the
bottom of the web page; please include timestamp.) On what operating
system?
Python client: 0.7.6
Server: 1.3-SNAPSHOT

Please use labels and text to provide additional information.

Original issue reported on code.google.com by dchen%re...@gtempaccount.com on 7 Mar 2011 at 7:02

GoogleCodeExporter commented 9 years ago
version 0.8.0 python client have removed the dependency of flies.xml as well, 
user could create project and version without flies.xml. publican pull could 
also running without that file. For publican push command, the flies.xml should 
include the locale mapping at least, we don't have command line options for 
that mapping. 

Original comment by kent....@gmail.com on 8 Mar 2011 at 1:21

GoogleCodeExporter commented 9 years ago
Verified with 79da63d68df448bc994e782ba1b6587d4778d5c2

Original comment by dchen%re...@gtempaccount.com on 9 Mar 2011 at 2:40