I install trac by bitnami on win7_64 and setup a project when the dialog box ask me. When I create a new repository, I want to sync with it and I type "trac-admin $ENV repository resync "libs_and_apps"
error message "Error: No Trac environment found at C:\Program Files\BitNami Trac Stack\$ENV [Errno 2] No such file or directory: 'C:\Program Files\BitNami Trac Stack\$EN V\VERSION'"
I try to figure out the correct answer of $ENV, google tell me it is the path of your project but I don't know where could I find the path of the project.
In short: Use quotes to tell the full path.
Spaces in a file patch are evil, best to avoid them, as you see here.