You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
(3) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(2) |
Feb
(3) |
Mar
|
Apr
|
May
(1) |
Jun
(8) |
Jul
(18) |
Aug
(9) |
Sep
(44) |
Oct
(66) |
Nov
(1) |
Dec
(16) |
| 2005 |
Jan
(39) |
Feb
(41) |
Mar
(40) |
Apr
(3) |
May
(5) |
Jun
(14) |
Jul
(4) |
Aug
(29) |
Sep
(10) |
Oct
(16) |
Nov
(15) |
Dec
(5) |
| 2006 |
Jan
(26) |
Feb
(3) |
Mar
(8) |
Apr
(4) |
May
(2) |
Jun
(1) |
Jul
(11) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
| 2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Damien K. <dk...@me...> - 2011-04-25 21:45:23
|
Regarding svn, version 1.6.13 (r1002816): I have a trunk branch, we'll call it trunk, from which I copied to make a development branch, we'll call it dev. $ svn cp $SVN_ROOT/branches/trunk $SVN_ROOT/branches/dev Recently, I rebased against trunk. $ svn merge $SVN_ROOT/branches/trunk $ svn ci -m "Rebase with trunk." Now ... somehow I've got things in a state in which files which were added by someone else to trunk are showing up on my dev branch as '?'. $ svn st ? sub/dir/file.h If I check out a new copy of my dev branch, those files are indeed not on the branch. I'm not sure how I got to this state. ~shrug~ Fine. But attempting to add the file gives me. $ svn add sub/dir/file.h $ svn st A sub/dir/file.h $ svn ci svn: Commit failed (details follow): svn: File '$SVN_ROOT/branches/dev/sub/dir/file.h' already exists So... it's unknown but it already exists? Any help on how to get this local copy of the file already on trunk to be known in my dev branch would be greatly appreciated. |
|
From: <tim...@sp...> - 2007-06-25 10:29:35
|
Hi Ben, Sorry I'm not working on Java projects. Good luck with it, Tim > -----Original Message----- > From: Ben Alex [mailto:ben...@st...] > Sent: 25 June 2007 10:28 > To: sup...@li... > Subject: [superversion] OT: Invitation to participate in > research project > > * Replies will be sent through Spamex to > sup...@li... > * For additional info click -> http://www.spamex.com/i/?v=9534595 > > Hello there > > I would greatly appreciate a small amount of your time to assist with > my doctoral research at The University of Newcastle. The research > concerns open source licensing and we're seeking developers working on > Java projects. The research is supervised, ethics-approved, anonymous > and results will be freely available. Participation will also > provide a > custom licensing report for your project. To learn more, please visit: > > http://licensing-research.newcastle.edu.au > > Thanks for reading this email, and I hope you'll consider > participating. > > Best regards > Ben Alex > > (My apologies for being off-topic; this list will not be > emailed again) > > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > superversion-discussion mailing list > sup...@li... > https://lists.sourceforge.net/lists/listinfo/superversion-discussion > > -- > This email has been verified as Virus free > Virus Protection and more available at http://www.plus.net > |
|
From: Ben A. <ben...@st...> - 2007-06-25 09:09:24
|
Hello there I would greatly appreciate a small amount of your time to assist with my doctoral research at The University of Newcastle. The research concerns open source licensing and we're seeking developers working on Java projects. The research is supervised, ethics-approved, anonymous and results will be freely available. Participation will also provide a custom licensing report for your project. To learn more, please visit: http://licensing-research.newcastle.edu.au Thanks for reading this email, and I hope you'll consider participating. Best regards Ben Alex (My apologies for being off-topic; this list will not be emailed again) |
|
From: EShin Y. <esh...@ho...> - 2007-06-20 23:27:42
|
Thank you,Everything worked as you said.David.Date: Wed, 20 Jun 2007 13:50:= 53 -0400From: ow...@to...: sup...@li...= orge.netSubject: Re: [superversion] How to setup client connection:=0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= EShin Yen wrote:=0A= =0A= 1. Is there any way to download the client jar file(s) and=0A= batch files to run everything locally instead of doing java webstart=0A= every time?=0A= =0A= Go to http://superversion.org/download.html=0A= Right click and Save As on the "client.jlnp" version that you are using=0A= You shouldn't need any batch files for your client copy of Superversion=0A= 2. Once I started the client (with java web start), it=0A= asked me to specify the db directory. Well, I did when I run client=0A= and the server in the same machine. Now, I want to connect to the=0A= superversion server from a remote machine. How do I setup the client=0A= on the remote machine? The client won't let me in without setup DB=0A= location first. Moreover, there is nowhere in the client to specify=0A= the remote server's IP address or port.=0A= =0A= The client also keeps its own DB to keep track of the code on your=0A= client machine. This is not the same as the DB that the server uses, so=0A= just create a new directory on your client machine for this.=0A= =0A= (When you are running client and server on the same machine, you=0A= probably don't want to specify the same DB directory for both.. I'm=0A= just guessing, but this might have adverse effects)=0A= =0A= Once you have setup the DB on your client machine and Superversion=0A= starts, you should see a welcome screen that has 3 large icons on the=0A= left pane: Local Projects, Remote Projects, Server Admins. Click on=0A= Remote Projects and enter the IP address of your server there. =0A= =0A= Checkout the project you wish to have on your local machine. On the=0A= next screen click "Add work area". It should walk you through the rest.=0A= =0A= Hope this helps,=0A= Owen=0A= =0A= =0A= =0A= =0A= _________________________________________________________________ Hotmail to go? Get your Hotmail, news, sports and much more! Check out the = New MSN Mobile!=20 http://mobile.msn.com= |
|
From: Owen C. <ow...@to...> - 2007-06-20 17:51:06
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
EShin Yen wrote:
<blockquote cite="mid:BAY...@ph..."
type="cite">
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>1. Is there any way to download the client jar file(s) and
batch files to run everything locally instead of doing java webstart
every time?<br>
</blockquote>
Go to <a class="moz-txt-link-freetext" href="http://superversion.org/download.html">http://superversion.org/download.html</a><br>
Right click and Save As on the "client.jlnp" version that you are using<br>
You shouldn't need any batch files for your client copy of Superversion<br>
<blockquote cite="mid:BAY...@ph..."
type="cite">2. Once I started the client (with java web start), it
asked me to specify the db directory. Well, I did when I run client
and the server in the same machine. Now, I want to connect to the
superversion server from a remote machine. How do I setup the client
on the remote machine? The client won't let me in without setup DB
location first. Moreover, there is nowhere in the client to specify
the remote server's IP address or port.<br>
</blockquote>
The client also keeps its own DB to keep track of the code on your
client machine. This is not the same as the DB that the server uses, so
just create a new directory on your client machine for this.<br>
<br>
(When you are running client and server on the same machine, you
probably don't want to specify the same DB directory for both.. I'm
just guessing, but this might have adverse effects)<br>
<br>
Once you have setup the DB on your client machine and Superversion
starts, you should see a welcome screen that has 3 large icons on the
left pane: Local Projects, Remote Projects, Server Admins. Click on
Remote Projects and enter the IP address of your server there. <br>
<br>
Checkout the project you wish to have on your local machine. On the
next screen click "Add work area". It should walk you through the rest.<br>
<br>
Hope this helps,<br>
Owen<br>
</body>
</html>
|
|
From: EShin Y. <esh...@ho...> - 2007-06-20 17:33:37
|
Hi,
I am new to the superversion system. I can start my server easily wit=
h the port setup to be 88 and specify the db directory. However, I have 2 q=
uestions.
=20
1. Is there any way to download the client jar file(s) and batch files to r=
un everything locally instead of doing java webstart every time?
=20
2. Once I started the client (with java web start), it asked me to specify =
the db directory. Well, I did when I run client and the server in the same=
machine. Now, I want to connect to the superversion server from a remote =
machine. How do I setup the client on the remote machine? The client won'=
t let me in without setup DB location first. Moreover, there is nowhere in=
the client to specify the remote server's IP address or port.
=20
=20
Please help.
=20
=20
=20
David.
_________________________________________________________________
With Windows Live Hotmail, you can personalize your inbox with your favorit=
e color.
www.windowslive-hotmail.com/learnmore/personalize.html?locale=3Den-us&ocid=
=3DTXT_TAGLM_HMWL_reten_addcolor_0607=
|
|
From: Jorgen B. <jor...@gm...> - 2007-02-23 09:27:54
|
Hi, It has been a long time since any updates. I wonder if there will be any in the future. I am now facing a decision to either use Superversion or SVN. I tend to use the latter because it is still developed. If Superversion is still in development, I will stick to it. Regards, - Jorgen |
|
From: Thomas P. <th...@pi...> - 2006-11-07 10:55:45
|
Hi, I'm using SuperVersion 1.2 for my private purposes (single user only) and over all I'm very satisfied with the handling of the program. But there's some little feature I'm missing. It would be great to have the ability to export any special version of a single file via the "File History" dialog. The only chance to do that now is to go to the "Project History" and then use the "State Inspector" dialog (right click on the file name). The disadvantage going this way, is that the "State Inspector" holds the list of all files belonging to the project and therefore it's not so easy to navigate to the one interest. Finishing my request I have a more fundamental question: Is there any progress in the development of the single user version 1.2 or am I forced to migrate to version 2.0 even though I'm not interested in any multi-user features offered by 2.0? Thanks! Thomas. |
|
From: Otan <gho...@gm...> - 2006-07-19 15:39:07
|
"Are you referring to the diff calculation itself or the display classes including coloring etc?" - Both. I'm creating a "knowledge base" web application for my personal use. It involves comparing two text entries (not actually files). I need the diff calculation algo. Also, I want to get the idea how superversion displays the diff results so that I can do the same with my HTML front-end. |
|
From: Stefan R. <do...@dr...> - 2006-07-19 15:16:47
|
Hi, the diff code is based on some 3rd party code but was changed quite massively and enhanced with unit tests by me I think. Are you referring to the diff calculation itself or the display classes including coloring etc? Cheers, -Stefan Otan wrote: > Greetings! > > Is superversion using a third party diff library for Java? If yes, > what is it and where can I get it from? If not, can I get the > particular diff source code out from the superversion's source code > and use it for my application? Thanks. > > In service to humanity, > Otan > >------------------------------------------------------------------------ > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share your >opinions on IT & business topics through brief surveys -- and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >------------------------------------------------------------------------ > >_______________________________________________ >superversion-discussion mailing list >sup...@li... >https://lists.sourceforge.net/lists/listinfo/superversion-discussion > > |
|
From: Robert B. <rb...@ch...> - 2006-07-18 13:03:59
|
yep, it works again, thanks. At some point I'll actually get a server setup so we won't have to use your public one. Thanks for making this available for everyone's use. Stefan Reich wrote: > Oops - probably a reboot I wasn't told about. (I never am...) I just > restarted it, does it work again? > > -Stefan > > Robert Blenis wrote: > >> I still can't get connected to the public superversion server. It >> appears to have been down this past week. Help! >> >> >> Robert >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys -- and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> superversion-discussion mailing list >> sup...@li... >> https://lists.sourceforge.net/lists/listinfo/superversion-discussion >> >> >> > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > superversion-discussion mailing list > sup...@li... > https://lists.sourceforge.net/lists/listinfo/superversion-discussion > > |
|
From: Stefan R. <do...@dr...> - 2006-07-18 11:54:27
|
Oops - probably a reboot I wasn't told about. (I never am...) I just restarted it, does it work again? -Stefan Robert Blenis wrote: > I still can't get connected to the public superversion server. It > appears to have been down this past week. Help! > > > Robert > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > superversion-discussion mailing list > sup...@li... > https://lists.sourceforge.net/lists/listinfo/superversion-discussion > > |
|
From: Robert B. <rb...@ch...> - 2006-07-18 11:02:32
|
I still can't get connected to the public superversion server. It appears to have been down this past week. Help! Robert |
|
From: Otan <gho...@gm...> - 2006-07-18 09:13:37
|
Greetings! Is superversion using a third party diff library for Java? If yes, what is it and where can I get it from? If not, can I get the particular diff source code out from the superversion's source code and use it for my application? Thanks. In service to humanity, Otan |
|
From: Stefan R. <do...@dr...> - 2006-07-17 20:20:48
|
Dean, thanks for letting us know, but you seem to have sent this message 3 times or so now. Please check your mail client... :) I'll use this opportunity to address all Superversion users out there... I know you love the software and I feel terribly guilty for not maintaining it for so many months now. I cannot honestly say whether I will pick up development again, let alone when. It is a complex and demanding project after all that can't really be done properly without time and dedication. Generally, my life seems to be moving away from programming on to other occupations. Anyway, this mostly relates to programming-for-money, so I may still - or even more so than before - want to do some programming for fun. I am sorry I don't have better or more conclusive news at this point... Thanks to you all once again for using and enjoying my software. Cheers, -Stefan dean wrote: > A message to my wonderful clients from Dean Waters: > > I have very much enjoyed working with you all, but am taking > another step on my career path. As of Thursday, January 5, > 2006 I will no longer be working for Saratoga Online/Spa.Net > and will be passing the web design baton to Gaby Shearer. > Many of you know and have worked with her, but for those of > you who have not, she will serve you well in the coming > months and years. If you have any questions about this > transition you can contact with either Dom or Gaby: > > Do...@sp... > Ga...@sp... > > Once again, thank you for the chance to work with you on > growing your web sites. I'm going to miss working with you > all! > > Dean Waters > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > superversion-discussion mailing list > sup...@li... > https://lists.sourceforge.net/lists/listinfo/superversion-discussion > > |
|
From: dean <de...@sp...> - 2006-07-17 19:27:36
|
A message to my wonderful clients from Dean Waters: I have very much enjoyed working with you all, but am taking another step on my career path. As of Thursday, January 5, 2006 I will no longer be working for Saratoga Online/Spa.Net and will be passing the web design baton to Gaby Shearer. Many of you know and have worked with her, but for those of you who have not, she will serve you well in the coming months and years. If you have any questions about this transition you can contact with either Dom or Gaby: Do...@sp... Ga...@sp... Once again, thank you for the chance to work with you on growing your web sites. I'm going to miss working with you all! Dean Waters |
|
From: dean <de...@sp...> - 2006-07-16 19:08:48
|
A message to my wonderful clients from Dean Waters: I have very much enjoyed working with you all, but am taking another step on my career path. As of Thursday, January 5, 2006 I will no longer be working for Saratoga Online/Spa.Net and will be passing the web design baton to Gaby Shearer. Many of you know and have worked with her, but for those of you who have not, she will serve you well in the coming months and years. If you have any questions about this transition you can contact with either Dom or Gaby: Do...@sp... Ga...@sp... Once again, thank you for the chance to work with you on growing your web sites. I'm going to miss working with you all! Dean Waters |
|
From: dean <de...@sp...> - 2006-07-15 19:08:27
|
A message to my wonderful clients from Dean Waters: I have very much enjoyed working with you all, but am taking another step on my career path. As of Thursday, January 5, 2006 I will no longer be working for Saratoga Online/Spa.Net and will be passing the web design baton to Gaby Shearer. Many of you know and have worked with her, but for those of you who have not, she will serve you well in the coming months and years. If you have any questions about this transition you can contact with either Dom or Gaby: Do...@sp... Ga...@sp... Once again, thank you for the chance to work with you on growing your web sites. I'm going to miss working with you all! Dean Waters |
|
From: Robert B. <rb...@ch...> - 2006-07-14 20:46:31
|
I get the following error: "Connection refused: connect (tried to connect to 213.202.216.114)" Robert |
|
From: Clemens H. <c.h...@gm...> - 2006-06-01 07:08:08
|
Hello, nato schrieb: > Is there a plan to create a minimal commandline version of the > SuperVersion client with only features such as login and check-out? An I recently asked the same question. I got the impression, that it is indeed planned to get a command line version to handle several things, as soon as Stefan got time to work on Superversion again. > applet or webstart of it is also nice tool. I think I need that > stripped-down Superversion client so that just downloading my program > will not be hassle for the other people. Command line versoin would also be useful for performing automated tasks like e.g. Delivery of sources (means tagging them) or if you have to work via an ISDN line on a remote host. X11 isn't funny there ... > TRIVIA: Realizing that SuperVersion has been a friend to me and that > I've loved it, I gave this same name (Superversion) to my beloved new > puppy. :-) Hah! You should only pay attention, that you do not mistake your puppy with the VCS by accident, eh? ;-) The VCS may forgive you, but your puppy ... !?! ;-D Ciao, Clemens. |
|
From: nato <gho...@gm...> - 2006-05-31 21:33:34
|
Is there a plan to create a minimal commandline version of the SuperVersion client with only features such as login and check-out? An applet or webstart of it is also nice tool. I think I need that stripped-down Superversion client so that just downloading my program will not be hassle for the other people. TRIVIA: Realizing that SuperVersion has been a friend to me and that I've loved it, I gave this same name (Superversion) to my beloved new puppy. :-) |
|
From: Cook, D. <dar...@ci...> - 2006-05-18 16:48:14
|
Hi Stefan, A small bug that is minorly annoying at times, wanted to get it on your = list of bug fixes to do. The "maximize" button for the Superversion = window (I'm using Windows XP) causes Superversion to cover up the = taskbar when clicked. Apps are supposed to just maximize up to it, but = not over it. Thanks! Darren Cook Enterprise Data Services - Applications & Tools Cingular Wireless dar...@ci...=20 "I love deadlines. I especially like the whooshing sound they make as = they go flying by." ~Douglas Adams=20 |
|
From: Ryan R. <rya...@gm...> - 2006-04-19 20:41:24
|
I have been using superversion now for about a year and I love it. I have run into a bit of an issue here after moving my server around. My server go= t a new domain name and now I can't connect to the superversion server. After testing a few things, it seems that the superversion server is storing the previous domain name somewhere (maybe in a .smy file?) on the server (in th= e superversionserverdb/ dir?). Anywhay, when I start the server, it starts fine, and I have checked both ports (20022 and 20023) are running and available. But when I connect with a client (even connecting to 'localhost'= ) the client times out with the message 'Connection refused to host: oldservername.com'. (oldservername is the old dns entry of my server). So i= t seems as if the old servername is stored on the server, and passed back to the client and then the client tries to connect to the old server address, and times out.... So how can I correct this without deleting all my data on my server? Is there a way? Any other ideas? Ryan |
|
From: Bernard V. S. <ber...@ne...> - 2006-04-06 08:47:51
|
Stefan, Thanks for the response, I'll be looking forward to future enhancements = of SuperVersion. Bernard |
|
From: Stefan R. <do...@dr...> - 2006-04-05 19:00:44
|
Hi Bernard, the tab doesn't do much yet... the only possible task right now is a reminder to perform a merge after conflicting commits were detected. Cheers, -Stefan Bernard Simmons wrote: > I have been using SuperVersion 2.0 Beta 8 for some time and I really > enjoy using it. I was wondering what is the "Tasks" tab for?. > The "Execute" and "Delete" buttons are always greyed-out. > > Thanks > Bernard |