Re: [fossil-users] Fossil svn import results in 57K file

2015-10-22 Thread jungle Boogie
On 22 October 2015 at 09:04, Johan Kuuse  wrote:
> No possibility that your underlying file system (where creating
> datarepo.fossil) is FAT32?


No, that's not the case. Where the fossil repo is being created is UFS
and where I exported the repo is ext3.

% file repos2015-10-21.dump
repos2015-10-21.dump: Subversion dumpfile (version: 2)

Opening the database file up, I don't know what tables actually have
data other than the default ones like users.

-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Questions about wiki linking to non-branch artifact IDs/images

2015-10-22 Thread Tony Papadimitriou
Thanks, that worked great!

As it turns out a quick way to do this without much typing is to go to the 
attachment details and simply copy the Image button link.
Then, put this inside a  tag
(where xxx is the copied link, but delete everything before the /raw -- 
usually, localhost:8080)

-Original Message- 
From: Andy Bradford 
Sent: Thursday, October 22, 2015 7:36 AM 
To: Tony Papadimitriou 
Cc: Fossil SCM user's discussion 
Subject: Re: [fossil-users] Questions about wiki linking to non-branch artifact 
IDs/images 

Thus said "Tony Papadimitriou" on Mon, 19 Oct 2015 16:24:49 +0300:

> My question is how  can I add this image to the repo  in a way that it
> is not part of any branch or ticket (e.g., attachment to a ticket)?

Attach it to the  Wiki page. Then add an img tag to  the Wiki page using
the /raw command:



You can get the  UUID of the artifact by clicking on  the details of the
attachment.

Here's documentation on the /raw command:

http://www.fossil-scm.org/index.html/help?cmd=/raw

Fossil proper  actually uses  Embedded Documentation  via /doc  to serve
images  within  its   pages.  For  example,  all  the   images  in  this
documentation are in the www repository directory, but served via /doc:

http://www.fossil-scm.org/index.html/doc/trunk/www/branching.wiki

Andy
-- 
TAI64 timestamp: 4000562867dc
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Fossil svn import results in 57K file

2015-10-22 Thread jungle Boogie
Hello All,

My input file is 4GB but the fossil repo ends up being only 57K.

% fossil import --svn --base repos/trunk datarepo.fossil repos2015-10-21.dump
Importing SVN revision: 27630 Done!
Rebuilding repository meta-data...
  100.0% complete...
Vacuuming... ok
project-id: e650f1137ec28ffcb8fa887a8056b0cc4bb157e8
server-id:  9640f7d343a1264a503f55ea693ac97f63b69a48
admin-user: sean (password is "a564dd")
2:15.38 real, 7.073 user, 8.682 sys;  page: 3 hard/275668 soft, swap:
0, I/O: 32428/48
Mem: 247264KB (2590KB shared + 147KB data/stack = 2737KB), VCSW: 31758
IVCSW: 41428


% ls -lh
total 4143264
-rw-r--r--  1 sean  sean57K Oct 22 06:23 mgsrepo.fossil

Is there some syntax mistake?

Thanks!

-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Fossil svn import results in 57K file

2015-10-22 Thread Johan Kuuse
Stupid question:
No possibility that your underlying file system (where creating
datarepo.fossil) is FAT32?

BR,
Johan

On Thu, Oct 22, 2015 at 3:28 PM, jungle Boogie  wrote:
> Hello All,
>
> My input file is 4GB but the fossil repo ends up being only 57K.
>
> % fossil import --svn --base repos/trunk datarepo.fossil repos2015-10-21.dump
> Importing SVN revision: 27630 Done!
> Rebuilding repository meta-data...
>   100.0% complete...
> Vacuuming... ok
> project-id: e650f1137ec28ffcb8fa887a8056b0cc4bb157e8
> server-id:  9640f7d343a1264a503f55ea693ac97f63b69a48
> admin-user: sean (password is "a564dd")
> 2:15.38 real, 7.073 user, 8.682 sys;  page: 3 hard/275668 soft, swap:
> 0, I/O: 32428/48
> Mem: 247264KB (2590KB shared + 147KB data/stack = 2737KB), VCSW: 31758
> IVCSW: 41428
>
>
> % ls -lh
> total 4143264
> -rw-r--r--  1 sean  sean57K Oct 22 06:23 mgsrepo.fossil
>
> Is there some syntax mistake?
>
> Thanks!
>
> --
> ---
> inum: 883510009027723
> sip: jungleboo...@sip2sip.info
> xmpp: jungle-boo...@jit.si
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users