• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

AltME groups: search

Help · search scripts · search articles · search mailing list

results summary

worldhits
r4wp24
r3wp273
total:297

results window for this page: [start: 1 end: 100]

world-name: r4wp

Group: #Red ... Red language group [web-public]
Pekr:
23-Aug-2012
Well, downloaded zip. I was scared it will sync to the same dir and 
will create a mess :-)
DocKimbel:
23-Aug-2012
It will sync in the same dir, replacing everything that needs to 
be replaced, no mess here, just Git doing its job! ;-)
GrahamC:
23-Sep-2012
Auto-sync Git and Mercurial repositories from Bitbucket and/or GitHub 

This add-on is turned on by default for Atlassian On-Demand customer
Pekr:
26-Sep-2012
Not yet ... deleting all the repository. I deleted hello.red, and 
no way I can get tortoisegit to get it sync - it just keeps telling 
me I am uptodate
kensingleton:
1-Oct-2012
I will have a look into using Fossil and try again - it may be that 
the examples I have obtained are out of sync with the examples obtained 
through fossil - once I have figured it out I will try again and 
let you know my results -thanks for your help
Kaj:
1-Oct-2012
There is little opportunity for being out of sync, as I tested them 
all the time
Henrik:
23-Nov-2012
Example:


; Packet header values (keep in-sync with load-header and mold-packet):
ph-version?: :second
ph-session?: :third
ph-encode?:  :fourth
ph-req-len?: :fifth
ph-pay-len?: :sixth
Pekr:
16-May-2013
I have some issues understanding Git again. There is apparently new 
help file for java bridge, as shown in above linke commit, but I 
can't see the changes reflected, when looking into file via files 
section, nor does it sync to my desktop ...
Group: Announce ... Announcements only - use Ann-reply to chat [web-public]
Kaj:
11-Oct-2012
Also did some maintenance on the R2 binding. Simplified the send/receive 
interface and added the ventilator source/workers/sync example for 
parallel computing from the 0MQ guide
Kaj:
15-Oct-2012
I've started using a Fossil repository to sync and archive test binaries. 
In case anyone wants to run them:
Robert:
19-Jul-2013
We have pushed our R3-GUI sources to Github. The project was cleaned 
up, old stuff removed etc. So it should be in pretty good shape. 
We keep the GibHub repository in sync with our internal SVN repository. 
We will further take a look at pull requests and take your feedback 
into our main line. You can find the repository here:

https://github.com/saphirion/r3-gui
Group: Ann-Reply ... Reply to Announce group [web-public]
AdrianS:
5-Nov-2012
Doc, I would say that you should be one of the masters even if you 
don't have the time in the way of reviewing or coding if only to 
try to help steer R3 future development to be relatively in sync 
with Red's.
Bo:
4-Jan-2013
>> do http://development.saphirion.com/experimental/oneliner-prime-numbers.r

** Access error: cannot open: tcp://development.saphirion.com:80 
reason: -12
** Where: open open unless sync-op either read
** Near: open conn port
Bo:
4-Jan-2013
I got a slightly different message when I tried it with 3G instead 
of WiFi, for some reason:


>> do http://development.saphirion.com/experimental/oneliner-prime-numbers.r

** Access error: cannot open: tcp://development.saphirion.com:80 
reason: -12

** Where: open open unless sync-op either read either read-decode 
case load -apply-do
** Near: open conn port
Gregg:
19-Jan-2013
The download script sounds great Kaj. May need to look at Fossil 
again. 


What I want is a REBOL wrapper that handles everything for me, let's 
me share and sync simply, and hides whether it's svn, git, fossil, 
etc.
Group: Rebol School ... REBOL School [web-public]
Steeve:
7-Oct-2012
(test sync)
Group: Web ... Anything related to the WWW [web-public]
Chris:
4-Oct-2012
I am new to Git. I'd like to use it (or something similar) to keep 
a distributed copy of a web app I am developing. I'd like copies 
on two local systems (laptop and desktop) with the possibility of 
sharing with another developer based far away and deploying the app 
on my web host.


I sort of get the concept (at least the part about commits, etc), 
but am not really sure how to keep everything in sync. Is it worth 
using a hosting service like GitHub or Bitbucket (I know that perhaps 
defeats the purpose) to assure availability or figuring out how to 
use the web host for this purpose?
Andreas:
4-Oct-2012
To "keep everything in sync" with Git, you have have to do pairwise 
syncs. Each pairwise sync can be initiated from either side, the 
respective commands being "fetch" (from remote to local) and "push" 
(from local to remote).


If you want to keep many separate sites in sync, mediating the sync 
via a central host makes sense (as it avoids the exponential explosion 
of pairwise syncs).


If you have SSH access to your web host, using your web host for 
a central Git repository is trivial (assuming you have - or can get 
- Git installed on the web host).
Group: #Red Docs ... How should Red be documented [web-public]
Gregg:
4-Dec-2012
I'm trying the github Windows client, which should sync, but only 
have my fork in it right now. I thought the target workflow (in general) 
was to fork, push to that, then submit a pull request. My problem 
is spending little time on it, then letting it sit idle while it 
leaks out of my brain.
Andreas:
4-Dec-2012
However, if you just want to follow along with the updates, then 
you don't need your own fork and can just sync a local clone of Nenad's 
repository.
Group: !REBOL3 ... General discussion about REBOL 3 [web-public]
GrahamC:
16-Jan-2013
so, the http scheme should stick to read for sync ops
PeterWood:
19-Jan-2013
Will you try to "sync" your changes with the "official" source in 
the future or let the sources diverge?
GrahamC:
19-Jan-2013
Pekr, my schemes are still available on github.  They are all async 
and need to be rewritten as sync.
to get them to work you need to make the following changes:

1. In the header, change from 

module: 'name 

to 

type: 'module
name: 'name

make-scheme => sys/make-scheme


There's also some odd about contexts inside modules.  You need to 
declare your variables inside /local as you can get a context error 
if they are used but not so defined.
Robert:
26-May-2013
Otherwise it's unmanageable. Since there is no single point of R3 
project at the moment, it doesn't make sense to spread information 
on several places, get them out of sync etc. We need one place, where 
people know what they get.

world-name: r3wp

Group: !AltME ... Discussion about AltME [web-public]
Graham:
3-Jan-2005
would those changes sync back up again?
Henrik:
15-Apr-2005
And I though loss of sync only happened at startup. Strange how this 
has only occurred recently for me.
Ingo:
22-Apr-2005
Another thing would be it it would be possible to save the "most 
interesting folders" the ones I have used most in the last time, 
and to sync them first.
Sunanda:
9-Jul-2005
I just tried guest with a password of guest to correct the syncing 
problem.

It says guest/guest is no longer valid.


Is that just me, or what?  If not, how are new people to request 
an account? And how do I work around the sync bug?
Gregg:
11-Jul-2005
The guest account has been removed, at least for now. The ML is up 
and running, so that's good for new folks at the moment. Yes, it 
means people will need to be "pre-approved" before they can join 
here. Not sure what to do about the sync issue Sunanda.
yeksoon:
11-Jul-2005
why not sync 'AltMe' accnts with rebol.org accnts.
Anton:
22-Aug-2005
The other day, I cut off my dialup connection about 10 seconds after 
starting AltME. The next day I connected, looked in Advocacy group 
and there were no new messages. I posted a message, and then it synced 
about 10 messages that had occurred during the intervening time. 
Just a bit more feedback on this problem.. in case it helps. I usually 
don't notice any such sync problem.
Anton:
22-Aug-2005
Maybe once you screw your sync, it stays screwed ? I will watch and 
see if it happens to me, but I have noticed it very occasionally 
and so it seems the problem doesn't stick with me.
Sunanda:
4-Sep-2005
Anton: <Maybe once you screw your sync, it stays screwed ?>

That seems most likely -- unless you happen to be online at the moment 
someone else posts a message to the out-of-sync group. That seems 
to resync it.


One way of telling if some of your groups are out of sync is to compare 
with the mirror at http://www.rebol.net/altweb/rebol3/

(only works for [web-public] groups, and only if the archive is not 
suffering from syncing problems).


I can see right now, for example, that I haven't been sent the last 
9 messages in [Tech News]
Sunanda:
26-Jan-2006
<<When the bug happens did you see it sync?>>
Very hard to say.

You notice the effects of the bug when a group suddenly disgorges 
many old messages or when looking at the webmirror of the public 
groups.

But that may be much later than the point at which the sync went 
askew.
Ammon:
26-Jan-2006
When I saw the dot bug then most of the time a lot of the groups 
were syncing correctly and there was one or two groups that just 
didn't sync completely like it got some bad packets or something.
Ammon:
26-Jan-2006
On the Recycle bug,  I often leave my message limit at at least 1000 
I've turned it up to 5000 a couple times because messages I was searching 
for were more than 1000 messages in the past.   If I leave it at 
5000 and then don't log in for about a week then I almost always 
get a recycle bug by logging in and clicking on the first group to 
sync while it is syncing the rest of the groups.  Waiting for syncing 
to complete will usually avoid the Recycle bug.  The number of unread 
messages in the group your switching to while it is syncing seems 
to affect whether or not you see the bug, more unread messages seems 
to increase the chance that you will see it.
Henrik:
2-Mar-2006
the sync bug is also still there
Henrik:
2-Mar-2006
graham: don't sync while drunk
[unknown: 10]:
9-Mar-2006
Yes... And I think that has something to do with a connection interruption 
on my side... clapping Ethernet ;-) the sync was finished but did 
not show it all.. I had to enter "something" in a group and then 
I synced and showed me the messages...
[unknown: 10]:
22-Mar-2006
Altme 1.1.29 just Hung on me... had to press Ctrl-C to close it... 
It happened during startup, I guess during Sync of the msg-groups... 
the window just banked "white" on me..
[unknown: 10]:
22-Mar-2006
And again...Altme Hung !!.. Its a Sync problem for sure ..
[unknown: 10]:
22-Mar-2006
There are 2 problems as it looks...

(1) A Refresh problem of the Altme interface..Under linux with multiple 
desktops it looks like Altme is not refreshing the interface while 
switching desktops (Im using Xfce currently)


(2) A sync problem.. I was just typing inhere while everything stopped 
working...


Would be nice to have some debugging output in de console on whats 
going on...???
Thør:
2-Apr-2006
As a new REBOLer, I want to "gather" every bit of information I can 
get, especially from the posts, but the groups which I believe would 
be very helpful to me have more than 1000 posts. Through the web 
site, I can't read the earlier posts, and I get disconnected from 
the world everytime AltME resyncs these groups. I have noticed that 
groups with less than 500 posts do get resynced w/o being disconnected; 
although I had to "force" the resync (that's why I had to post the 
dot in several groups, as posting in the dot group doesn't sync me 
to all of the groups).
Thør:
4-Apr-2006
Does this mean the only way to sync correctly is to have a copy of 
the .set files locally?
[unknown: 9]:
4-Apr-2006
well, one thing you should try is reinstalling.  Letting AltME sync 
only for a few minutes (before it finishes).  close AltME, then go 
again, letting it complete.
We are not sure, but we see that help a lot sometimes.
Edgar:
4-Apr-2006
We may have to bring back the Guest account. I remember being able 
to sync by changing to Guest and back to my original account.
Thør:
4-Apr-2006
OK, I'm back :D, but this is the only group that has anything in 
it. And I just posted to the dot group, in the hopes that it will 
sync most, if not all the groups...
Anton:
4-Apr-2006
I think you'll see other groups sync when new posts are made to them.
PeterWood:
5-Apr-2006
How about a manual re-sync button?
Cyphre:
7-Apr-2006
on the 'dot bug': It seems to me there must be set some short timeout 
during the data transfer. I remember I had this problem when on analog 
modem few years ago too. I guess it looks like Altme is missing handling 
of the situation when timeout on port occure (or something like that) 
and the logic reamin in state the sync was completed succefully. 
Just wild quess.
PeterWood:
11-Apr-2006
There does seem to be a problem with syncing when you install Altme.


Today I had was enjoying one of my too regular Windows installations 
on my desktop. I installed altme beta. It synced only 8 chats. A 
dot to myself forced a sync of all personal converstations.  A dot 
to Dot forced a sync of Dot.


So I removed the beta and installed AltME 1.0.1. It synced 10 chats. 
 A dot to myself forced a sync of all personal converstations.  A 
dot to Dot forced a sync of DevCon2005 because I posted in the wrong 
place.
PeterWood:
8-Oct-2006
I'm finding the AltME under LInux seems to sync much better than 
AltME under Windows. By checking the web public discussions at rebol.net, 
I found that  some topics hadn't synced. I dotted but no effect. 
So I switched to Linux  where AltME synced everything.
Group: Script Library ... REBOL.org: Script library and Mailing list archive [web-public]
eFishAnt:
8-Jan-2006
I fixed the ez-plot.r q-plot.r condense.r get-stock.r  script combo 
for View 1.3.2  (get-stock.r had broken) and I sync'ed it to Developer/Users/steve-shireman/ez-plot-updates 
  I tried on both IOS Link and View1.3.2, so hope it works on all 
the others.  Feel free to stick it in the Library.
Thør:
2-Apr-2006
Thanks for helping. Posting a dot as the first post in the group 
(and sometimes even multiple posts w/ a single dot) is actually, 
quite an embarrassing experience, but at the moment it's the only 
way for me to sync to some of the groups.
sqlab:
2-Feb-2011
after updating refresh-sync-point.txt with an actual timestamp it 
works now
Group: I'm new ... Ask any question, and a helpful person will try to answer. [web-public]
[unknown: 9]:
16-Jan-2006
Hey Brian, there is something else you can try, it is a theory I 
have.  Uninstall AltME. Reinstall, and sync back up.  When you think 
it is finished, close out, and start again, let it sync again.
If you are willing....



I never see this "." problem, but many do.  Most people in our office 
don't, and it just might have something to do with the way it was 
originally synced.
Henrik:
16-Jan-2006
there's also sometimes a thing with how altME detects a lost connection. 
this doesn't always happen, so that could be when sync is lost
[unknown: 9]:
16-Jan-2006
Random or not, it will sync if you log in multiple times in the same 
time frame (like say with in an hour or so)?
btiffin:
17-Jan-2006
sync test
btiffin:
17-Jan-2006
Linux sync test
Ladislav:
18-Jan-2006
sync bug: I had a problem when I used a slow (and less reliable) 
connection. When the connection is fast and reliable, the problem 
is not showing itself in my opinion.
Thør:
26-May-2006
sync attempt...
Group: MySQL ... [web-public]
Pekr:
29-Aug-2005
I would like to know the result guys, as I am about to create scripts 
for the partner site, and if I fail, bye bye rebol - the trouble 
simply is - they told us - if you want to sync data to us, prepare 
import utilities for us. So - I would still have to do the job, just 
using php or simply something else - which would be a big time loss, 
as I never used it before ....
Dockimbel:
18-Jan-2006
Hi Ammon, it is possible that there's some issue maintainin the 2 
buffers size in sync. I've added your patch (with small modifications) 
to the current code.
Group: Syllable ... The free desktop and server operating system family [web-public]
Kaj:
15-Nov-2005
The thing to remember about the file system is that journaling works 
well, unless you had a lot of file activity just before hard booting. 
This can damage your file system. A good thing to do after heavy 
file activity like big copies or downloads is to issue a "sync" command 
in the terminal
Group: Linux ... [web-public] group for linux REBOL users
Cyphre:
18-Dec-2006
I'm not really sure in which Linux exe Carl build or not the Freetype 
support. I only tested under Mepis distribution. I agree Carl should 
release new Linux SDK so all versions for all distros are in sync.
Volker:
25-Jun-2007
Seems they are sometimes out of sync with the kernels. Then they 
need to compile and that does not work.
DanielSz:
31-Aug-2007
Ok, if I post a message, then all the messages come up. Isn't there 
a way to sync everythting in one go?
DanielSz:
16-Sep-2007
I must say I was pleasantly surprised with the evolution suite. It 
does sync with the palm, and the mailer itself is nice, searching 
is very quick even within large mail databases.
Group: Dialects ... Questions about how to create dialects [web-public]
Thør:
2-Apr-2006
initial sync...
Fork:
9-Jan-2010
Stevee: good catch, the commented version is not in sync with the 
decompiled version (as I said, day 1 of this, lots of back and forth). 
 If you run unmush you get:
Group: Web ... Everything web development related [web-public]
yeksoon:
3-Feb-2005
end of the day... type and thoughts not in sync
Group: !Uniserve ... Creating Uniserve processes [web-public]
Pekr:
17-May-2005
what about your sync protocol? Is that separate one, or part of Uniserve 
architecture?
Pekr:
17-May-2005
hmm, and how is your sync stuff going? Is it reliable already? :-)
Graham:
17-May-2005
Your welcome to test the sync service ... if it works, you won't 
need to use IOS :)
Graham:
19-Oct-2008
Doc, what I want to do is do some text to speech using a 3rd party 
web service.  I need to download the generated wave file and play 
it by inserting it into a sound port.

The read would be blocking if I use sync read, and then playing it 
thru a sound port in my experience does interfere with async tcp.

In a nutshell, is this sort of activity suitable for a task-master 
service .. and is there a simple sample of such a service?
The task would be triggered from an RSP page
Group: XML ... xml related conversations [web-public]
Reichart:
9-Nov-2008
Ashley, I may be missing your question.


Are you asking, how from an IP phone (like a SIP phone), you would 
"sync" your phonebook (contacts) from a website?
Group: Rebol/Flash dialect ... content related to Rebol/Flash dialect [web-public]
Thør:
2-Apr-2006
initial sync...
Group: Windows/COM Support ... [web-public]
Robert:
4-Dec-2005
Sounds good, any chance to get my hands on it? I have ported an Excel 
dialect to ComLib and would get it in sync than.
Robert:
10-Jul-2006
And  I want to import those into IOS/xpeers :-) so that we can sync 
to OL. Maybe even in both ways.
Group: Syncing ... Syncing technologies [web-public]
Pekr:
4-Jan-2006
as for me personally, I first met with syncing with IOS, and I have 
to say, that I was hooked! It was really nice to watch, connecting 
even month later from my notebook, to sync properly what was missing 
.... However, later on, I found some limitation to such aproach. 
I don't want to talk about the speed - that could be corrected by 
using different technique for local storage, e.g. RebDB, but about 
following two problems:
Pekr:
4-Jan-2006
- the problem of IOS syncing is, that it can't work in sync-and-forget 
mode - simply put, once you delete your file locally, there is no 
simple solution of how to tell server, that it is still ok
Pekr:
4-Jan-2006
I would like to post your opinion, links to various sync mechanism 
we could study, etc. IIRC Kaj talked about Groove techniques, so 
if it could be reposted, I would be glad ...
Pekr:
4-Jan-2006
what is to be said the best file-sync for Mac - ChronoSync - http://www.econtechnologies.com
Pekr:
4-Jan-2006
Currently my intention is not to sync with various devices. It is 
simply kind of attempt to improve on IOS syncing, allowing sync-and-forget, 
or even not syncing (typical remote/server only access) and to improve/support 
off-line working reblets ...
Pekr:
4-Jan-2006
I would like to have answered:


1) what technique to use for "timestamping" - do we continue with 
timestamps against one central time, or do we use hashes, or sequencing 
numbers, or mixture of mentioned techniqueues? We might look how 
others do it ...


2) better support for possible conflicts - imagine following scenario 
- you have some reblet, e.g. Contacts - one person starts editing 
it, then another person starts editing it too. First one syncs (saves 
changes), then second one does the same - changes of first ones are 
lost. How to aproach this - introduce some kind of resources locking? 
(not real locking, but we are message based, so could be queued)


It could work as follows - person 1 wants to edit some record. Edit 
button posts request-for-lock. Lock is assigned. I other person tries 
to edit, it will not obtain lock. We could even introduce protocol 
level support, so that the person is informed, who has the lock, 
and how long. The trouble usually comes, when person goes off-line 
after the edit started - we need to remove dead-locks, so by default, 
I would lock for 20 minutes e.g. and the lock would have to be renewed, 
if person 1 wants to work longer with the given document ...


another scenario is, when you actually start editing something which 
might require locking, but you start already being off-line. We could 
create lock-request, just not synced yet. Once you go on-line, you 
simply check seqno, if the lock is possible, and the given record 
not modified. But what if it was modified in the meantime? e.g. you 
might be working with stock system and someone else in the office 
sells few units, for which you may start writing offer for to another 
customer. Tough scenario - would like to know your opinion. Maybe 
some things simply need to be done on-line only?


3) I needed small file-sync scenario - could use IOS, but IOS can't 
sync and "forget". Simply idea is to have different kind of syncing 
techniques, so e.g. for file transfer you have dir to sync, if correctly 
synced, log it, forget it, delete it on client and or server (or 
not, it depends)


as for IOS, local storage could be encrypted (or not), imported into 
RebDB (no single better solution so far introduced for rebol), sync-per-record 
or record-set could remain (record=document). RebDB on Serve would 
speed things up significantly too ...


another possibility is to think outside the IOS terms, in more general 
way - simply thinking about world of objects, being in various states, 
with various life-time around internet and on-line or off-line devices. 
I think that maybe we could find some simpler solution than SyncML 
and the likes ...


another point - such techniques should be transport independent, 
so I would not like to hear that it needs this or that ;-)

So, anyone?
Group: Tech News ... Interesting technology [web-public]
Thør:
2-Apr-2006
initial sync...
Henrik:
8-Jun-2006
pekr, the drives themselves are OK, but the OS'es handle them badly. 
If I under MacOSX store some files on the drive and eject the drive 
as I properly should, the files are just not present on the drive 
according to WinXP, as if the ejection procedure didn't sync files 
to disk. Half the time, they don't work under Linux without hours 
of fiddling and most win98 machines won't handle them at all. Data 
transfer between machines is probably successful about 50% of the 
time.

An internet connection is, for me, a much more reliable way to get 
data onto a machine. It's probably the syncing aspect that makes 
them so unreliable.
Geomol:
8-Jun-2006
Could UNIX commands sync and touch help you? You have them under 
MacOS, and maybe under Windows too with cygwin. A little script could 
run through the dirs and sync or touch (or both) the files.
Group: !RebDB ... REBOL Pseudo-Relational Database [web-public]
JohanAR:
17-Mar-2008
Works great.. Thanks!


You know, a really cool feature for RebDB would be to use tables 
stored on an ftp instead of locally. I think it would be possible 
since it's RAM based and you control your commits, but I could be 
wrong :) Now I'll have to sync my database manually every time I 
change computer
Group: SQLite ... C library embeddable DB [web-public].
Thør:
2-Apr-2006
initial sync...
Group: Plugin-2 ... Browser Plugins [web-public]
[unknown: 9]:
6-Jun-2006
Being out of sync with each other can account for a lot misunderstanding..


I have but one interest, for Rebol to be a self standing usable glue 
for cool little apps on the web the same way Flash is for little 
animated vignettes.


For this to happen we HAVE to support the top 4 (IE FF SA and OP). 
 And Opera is about to GROW, and Rebol and Opera may turn out to 
be a match made in heaven.  Opera is the dominate browser of imbedded 
systems.  It will start making news in the next 4-6 months.
Pekr:
15-Jun-2006
my question was a bit different, though. Let's imagine your proposed 
secure way, so I can use it for some app, to sync some data to user. 
The problem for me is the sandbox placement - in system Temp dir, 
which can be purged via control panel. I am not sure I like it, if 
there is possibility I could loose my synced data. Or am I missing 
something?
JoshM:
19-Jun-2006
Pekr: TS will not include a change to REBOL's security scheme itself....as 
I have said a few times, changes to REBOL itself are out-of-sync 
with the plugin.
Group: DevCon2007 ... DevCon 2007 [web-public]
Gabriele:
10-May-2007
(i guess the decoder loses sync with the stream)
[unknown: 9]:
10-May-2007
Best I can tell, if yoru CPU gets bogged with other stuff (opening 
other windwos, virus checkers, etc.) then it loses sync, and you 
have to refresh.
Sunanda:
11-May-2007
in sync -- good to go
Group: Games ... talk about using REBOL for games [web-public]
[unknown: 9]:
16-Jan-2007
I don't know where I put it, but I once built a detailed checklist 
of functions we would build for each game platform we worked on. 
 I designed the game interface for WebTV, which also did not have 
Key Up.

The basics are:


Input: Key up, and at least 3 simultaneous key overlap.  This is 
needed because during actual game place, people will press directional 
and fire buttons at the same time.


Video: Double buffer - triple buffer is better.  Without this, one 
needs to know where the beam is (called beam tracing) so that rendering 
happens on the sync.


Threading:  It is very difficult to write a game in a single thread. 
 At the very least it needs to be able to trigger functions.


Sound: Sounds need to be started, stopped, and volume changed on 
the fly.  Multiple channels (4 minimum) for a full experience.
Group: !CureCode ... web-based bugtracking tool [web-public]
[unknown: 9]:
7-Jul-2007
Good reasons, and I agree, the best way to do this.
We nee da universal XML export import with ID compare.  



In other words, CureCode needs to be able to export itself as XML 
(Easy).
It needs to import XML (Easy)


It needs to import XML and update the old XML keying on some ID value. 
 Not so easy.


Once done, building things like RSS feeds with just the top 10 recent 
changes becomes easy.


Also, then we can sync Qtask and CureCode.  There are a lot of cool 
side effects though…


-	We have an integrated file share, so you can link to screen shots.
-	Qtask has the ability to have conversation about each issue.
-	You can throw your issues onto a calendar view.


I know this is not your concern right now, but this is the direction 
we are going in, and need to learn how to best allow this type of 
integration.  Much as you have made one thing to test another, we 
have the same problem constantly.
Group: DevCon2008 (post-chatter) ... DevCon2008 [web-public]
Gabriele:
17-Sep-2007
hmm, it would be cool to "sync" two devcons (or even three?) in two 
different sides of the world and be connected somehow. timezone problems 
will be hard to workaround though... but mainly, who gets Carl? ;)
1 / 297[1] 23