Hello.

I'm trying to copy a skin from one repository into another. I'm doing
fossil conf export skin skin.txt -R foo.fossil and then fossil conf
import skin.txt -R bar.fossil.
The first operation produces a 17 KB file which appears to be ok, but
the second just seems
to do nothing. fossil conf merge does not work either.

To test it:

C:\fsl>fossil ver
This is fossil version 1.22 [93f48ce0cb] 2012-03-11 18:26:23 UTC

C:\fsl>fossil new test.fossil && fossil open test.fossil
project-id: 03ed1b8ca8de81166f65a08374e65cf7725c7172
server-id:  04c44d7e1111128b40dc6b1ca314400ded276446
admin-user: user (initial password is "c7e959")

C:\fsl>fossil conf import test.txt && fossil ui
Listening for HTTP requests on TCP port 8080
Launch webbrowser: start http://127.0.0.1:8080/
Type Ctrl-C to stop the HTTP server

(web browser opens repository with default skin)

The test.txt file is as follows:
# The "skin" configuration exported from
# repository "C:/fsl/foo.fossil"
# on 2012-03-13 20:52:30
config /config 2022
1331671922 'header' value 'This is a test.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
(25 or more XXX lines to get 2KB total)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
'

Prebuilt fossil v1.21 [002580c50d] binary behaves the same. Am I doing
something wrong?
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to