Re: [fossil-users] No Client GUI for fossil

2010-07-01 Thread Ramon Ribó
   Hello,

   RamDebugger has some support for GUI commit  add  update in cvs
and fossil. It is an IDE  debugger for TCL

http://www.compassis.com/ramdebugger
http://www.compassis.com/c/ramdebugger/index


   Regards,

   Ramon Ribó



2010/7/1 Stephen De Gabrielle stephen.degabrie...@acm.org:
 I can understand the reluctance to do a 'tortoise', but I'm surprised
 there are no IDE plugins in the wild. They have a long history, and
 are generally sensible additions, they usually aren't to much work in
 the available extension language to get the basic add and commit
 functions in.

 S.


 On Thursday, July 1, 2010, Dig412 dig...@gmail.com wrote:
 This was my question a few months back, I'm pretty bad at giving the correct 
 detail on S.O. it seems!

 A couple of people on this mailing list have mentioned building explorer/IDE 
 integrated clients, but it's probably a fairly big undertaking.

 Since I asked the question I've become more used to the command line 
 interface, but when I demonstrate fossil to others, they say SVN is better 
 because it integrates with Netbeans/has TortoiseSVN etc. It's a biased way 
 of looking at it, but I understand the appeal of being able to deal with 
 repositories and files in one interface, even if it is a poor reason to base 
 your SCM choice on.

 Doug


 On 30 June 2010 19:09, Stephen De Gabrielle stephen.degabrie...@acm.org 
 wrote:

 Thanks,

 The person asking the question was aware of the web ui - the responses
 like yours detailing the webui were really good - but I feel the
 question was also after a GUI alternative to the command line
 functions. Something like TortoiseGit
 See http://code.google.com/p/tortoisegit/

 If you do know of anything like TortoiseGit please correct me.

 I also think IDE plugins may fit the bill if anyone is aware of any.

 Thanks again,

 Cheers,

 Stephen

 On Wednesday, June 30, 2010, Bill Whiting tex...@bellsouth.net wrote:
 Stephen,
 here is a built-in web interface.

 If you have an open repository
      i.e.
      fossil open myProject.fossil

 then run fossil with the ui command:
      fossil ui

 fossil will run a webserver providing gui access to the currently opened
 repository and it will start your browser pointing to
 http://localhost:8080 (or some previously unused port).

 There were a couple of additional answers to the website that explained
 better than my answer.

 //Bill

 On 06/30/2010 01:16 PM, Stephen De Gabrielle wrote:
 Hi,

 I just posted a stackoverflow answer to the question:

 QUESTION
 Are there any GUIs for fossil?

 I've been getting used to the idea of source control for solo
 projects, and having an interface for the commands in fossil would
 help.

 Something simple that helps browse for files, or open + close. Google
 has turned up nothing except the web GUI that works within the
 projects themselves.

 ANSWER

 There are no platform ui clients for Fossil that I am aware of. Nor
 are there Windows Explorer or Finder extensions or IDE extensions for
 eclipse, emacs or the Microsoft/Apple tool chains that I can find.

 That said, many of these would be simple enough to implement, so you
 could check one of the OSS clients for CVS or Subversion to see if you
 could fork them for your needs. (respecting licences of course)

 Sorry the answer is 'no', but this response should change soon as
 fossil seems to be attracting a lot of attention.

 PS I'm betting emacs will get support first ;)

 /---//

 Please correct me if I'm wrong!

 http://stackoverflow.com/questions/2135779/gui-for-fossil-scm/3151618#3151618



 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


 --

 --
 Stephen De Gabrielle
 stephen.degabrie...@acm.org
 Telephone +44 (0)20 85670911
 Mobile        +44 (0)79 85189045
 http://www.degabrielle.name/stephen
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users



 --

 --
 Stephen De Gabrielle
 stephen.degabrie...@acm.org
 Telephone +44 (0)20 85670911
 Mobile        +44 (0)79 85189045
 http://www.degabrielle.name/stephen
 ___
 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


Re: [fossil-users] No Client GUI for fossil

2010-07-01 Thread Stephen De Gabrielle
Thanks,

I updated the answer:

http://stackoverflow.com/questions/2135779/gui-for-fossil-scm/3151618#3151618

Cheers,

Stephen


On Thursday, July 1, 2010, Ramon Ribó ram...@compassis.com wrote:
    Hello,

    RamDebugger has some support for GUI commit  add  update in cvs
 and fossil. It is an IDE  debugger for TCL

 http://www.compassis.com/ramdebugger
 http://www.compassis.com/c/ramdebugger/index


    Regards,

    Ramon Ribó



 2010/7/1 Stephen De Gabrielle stephen.degabrie...@acm.org:
 I can understand the reluctance to do a 'tortoise', but I'm surprised
 there are no IDE plugins in the wild. They have a long history, and
 are generally sensible additions, they usually aren't to much work in
 the available extension language to get the basic add and commit
 functions in.

 S.


 On Thursday, July 1, 2010, Dig412 dig...@gmail.com wrote:
 This was my question a few months back, I'm pretty bad at giving the 
 correct detail on S.O. it seems!

 A couple of people on this mailing list have mentioned building 
 explorer/IDE integrated clients, but it's probably a fairly big undertaking.

 Since I asked the question I've become more used to the command line 
 interface, but when I demonstrate fossil to others, they say SVN is better 
 because it integrates with Netbeans/has TortoiseSVN etc. It's a biased way 
 of looking at it, but I understand the appeal of being able to deal with 
 repositories and files in one interface, even if it is a poor reason to 
 base your SCM choice on.

 Doug


 On 30 June 2010 19:09, Stephen De Gabrielle stephen.degabrie...@acm.org 
 wrote:

 Thanks,

 The person asking the question was aware of the web ui - the responses
 like yours detailing the webui were really good - but I feel the
 question was also after a GUI alternative to the command line
 functions. Something like TortoiseGit
 See http://code.google.com/p/tortoisegit/

 If you do know of anything like TortoiseGit please correct me.

 I also think IDE plugins may fit the bill if anyone is aware of any.

 Thanks again,

 Cheers,

 Stephen

 On Wednesday, June 30, 2010, Bill Whiting tex...@bellsouth.net wrote:
 Stephen,
 here is a built-in web interface.

 If you have an open repository
      i.e.
      fossil open myProject.fossil

 then run fossil with the ui command:
      fossil ui

 fossil will run a webserver providing gui access to the currently opened
 repository and it will start your browser pointing to
 http://localhost:8080 (or some previously unused port).

 There were a couple of additional answers to the website that explained
 better than my answer.

 //Bill

 On 06/30/2010 01:16 PM, Stephen De Gabrielle wrote:
 Hi,

 I just posted a stackoverflow answer to the question:

 QUESTION
 Are there any GUIs for fossil?

 I've been getting used to the idea of source control for solo
 projects, and having an interface for the commands in fossil would
 help.

 Something simple that helps browse for files, or open + close. Google
 has turned up nothing except the web GUI that works within the
 projects themselves.

 ANSWER

 There are no platform ui clients for Fossil that I am aware of. Nor
 are there Windows Explorer or Finder extensions or IDE extensions for
 eclipse, emacs or the Microsoft/Apple tool chains that I can find.

 That said, many of these would be simple enough to implement, so you
 could check one of the OSS clients for CVS or Subversion to see if you
 could fork them for your needs. (respecting licences of course)

 Sorry the answer is 'no', but this response should change soon as
 fossil seems to be attracting a lot of attention.

 PS I'm betting emacs will get support first ;)


-- 

--
Stephen De Gabrielle
stephen.degabrie...@acm.org
Telephone +44 (0)20 85670911
Mobile+44 (0)79 85189045
http://www.degabrielle.name/stephen
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] No Client GUI for fossil

2010-06-30 Thread Stephen De Gabrielle
Hi,

I just posted a stackoverflow answer to the question:

QUESTION
Are there any GUIs for fossil?

I've been getting used to the idea of source control for solo
projects, and having an interface for the commands in fossil would
help.

Something simple that helps browse for files, or open + close. Google
has turned up nothing except the web GUI that works within the
projects themselves.

ANSWER

There are no platform ui clients for Fossil that I am aware of. Nor
are there Windows Explorer or Finder extensions or IDE extensions for
eclipse, emacs or the Microsoft/Apple tool chains that I can find.

That said, many of these would be simple enough to implement, so you
could check one of the OSS clients for CVS or Subversion to see if you
could fork them for your needs. (respecting licences of course)

Sorry the answer is 'no', but this response should change soon as
fossil seems to be attracting a lot of attention.

PS I'm betting emacs will get support first ;)

/---//

Please correct me if I'm wrong!

http://stackoverflow.com/questions/2135779/gui-for-fossil-scm/3151618#3151618

-- 

--
Stephen De Gabrielle
stephen.degabrie...@acm.org
Telephone +44 (0)20 85670911
Mobile+44 (0)79 85189045
http://www.degabrielle.name/stephen
___
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] No Client GUI for fossil

2010-06-30 Thread Bill Whiting
Stephen,
here is a built-in web interface.

If you have an open repository
 i.e.
 fossil open myProject.fossil

then run fossil with the ui command:
 fossil ui

fossil will run a webserver providing gui access to the currently opened 
repository and it will start your browser pointing to 
http://localhost:8080 (or some previously unused port).

There were a couple of additional answers to the website that explained 
better than my answer.

//Bill

On 06/30/2010 01:16 PM, Stephen De Gabrielle wrote:
 Hi,

 I just posted a stackoverflow answer to the question:

 QUESTION
 Are there any GUIs for fossil?

 I've been getting used to the idea of source control for solo
 projects, and having an interface for the commands in fossil would
 help.

 Something simple that helps browse for files, or open + close. Google
 has turned up nothing except the web GUI that works within the
 projects themselves.

 ANSWER

 There are no platform ui clients for Fossil that I am aware of. Nor
 are there Windows Explorer or Finder extensions or IDE extensions for
 eclipse, emacs or the Microsoft/Apple tool chains that I can find.

 That said, many of these would be simple enough to implement, so you
 could check one of the OSS clients for CVS or Subversion to see if you
 could fork them for your needs. (respecting licences of course)

 Sorry the answer is 'no', but this response should change soon as
 fossil seems to be attracting a lot of attention.

 PS I'm betting emacs will get support first ;)

 /---//

 Please correct me if I'm wrong!

 http://stackoverflow.com/questions/2135779/gui-for-fossil-scm/3151618#3151618



___
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] No Client GUI for fossil

2010-06-30 Thread Stephen De Gabrielle
Thanks,

The person asking the question was aware of the web ui - the responses
like yours detailing the webui were really good - but I feel the
question was also after a GUI alternative to the command line
functions. Something like TortoiseGit
See http://code.google.com/p/tortoisegit/

If you do know of anything like TortoiseGit please correct me.

I also think IDE plugins may fit the bill if anyone is aware of any.

Thanks again,

Cheers,

Stephen

On Wednesday, June 30, 2010, Bill Whiting tex...@bellsouth.net wrote:
 Stephen,
 here is a built-in web interface.

 If you have an open repository
      i.e.
      fossil open myProject.fossil

 then run fossil with the ui command:
      fossil ui

 fossil will run a webserver providing gui access to the currently opened
 repository and it will start your browser pointing to
 http://localhost:8080 (or some previously unused port).

 There were a couple of additional answers to the website that explained
 better than my answer.

 //Bill

 On 06/30/2010 01:16 PM, Stephen De Gabrielle wrote:
 Hi,

 I just posted a stackoverflow answer to the question:

 QUESTION
 Are there any GUIs for fossil?

 I've been getting used to the idea of source control for solo
 projects, and having an interface for the commands in fossil would
 help.

 Something simple that helps browse for files, or open + close. Google
 has turned up nothing except the web GUI that works within the
 projects themselves.

 ANSWER

 There are no platform ui clients for Fossil that I am aware of. Nor
 are there Windows Explorer or Finder extensions or IDE extensions for
 eclipse, emacs or the Microsoft/Apple tool chains that I can find.

 That said, many of these would be simple enough to implement, so you
 could check one of the OSS clients for CVS or Subversion to see if you
 could fork them for your needs. (respecting licences of course)

 Sorry the answer is 'no', but this response should change soon as
 fossil seems to be attracting a lot of attention.

 PS I'm betting emacs will get support first ;)

 /---//

 Please correct me if I'm wrong!

 http://stackoverflow.com/questions/2135779/gui-for-fossil-scm/3151618#3151618



 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


-- 

--
Stephen De Gabrielle
stephen.degabrie...@acm.org
Telephone +44 (0)20 85670911
Mobile+44 (0)79 85189045
http://www.degabrielle.name/stephen
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users