Can your svn updating be more verbose?
Moderator: Board moderators
-
- Junior member
- Posts: 165
- Joined: Mon Jun 25, 2012 5:33 pm
- Location: Planet Earth
Can your svn updating be more verbose?
It rather bugs me that, when updating my version of Crossfire through the subversion repository, I get absolutely no information back as to what is being changed.
I also had a subversion trunk version of FreeDroidRPG (had, since FreeDroidRPG switched away from svn to use git), and, when I updated that, it told me what it was doing (adding, removing, changing), and to what file the alteration was made.
I think it would be nice if Crossfire at least said something when the version is updated through subversion. I remember thinking several times when updating Crossfire that nothing had happened, since it only said what revision it was updated to, which is what the FreeDroidRPG svn did when all files were up to date.
I'm not an expert on subversion, so I have no clue how much work it would take to do something like this. I just know it either can or could, since so many programs seem to tend to stray away from verbose information, be done, and thought I'd let my thoughts on it be heard.
I also had a subversion trunk version of FreeDroidRPG (had, since FreeDroidRPG switched away from svn to use git), and, when I updated that, it told me what it was doing (adding, removing, changing), and to what file the alteration was made.
I think it would be nice if Crossfire at least said something when the version is updated through subversion. I remember thinking several times when updating Crossfire that nothing had happened, since it only said what revision it was updated to, which is what the FreeDroidRPG svn did when all files were up to date.
I'm not an expert on subversion, so I have no clue how much work it would take to do something like this. I just know it either can or could, since so many programs seem to tend to stray away from verbose information, be done, and thought I'd let my thoughts on it be heard.
-
- Forum Aficionado
- Posts: 1994
- Joined: Tue Apr 29, 2003 5:55 pm
- Location: Minnesota, USA
- Contact:
It does that already.. here's some sample output from my recent use of svn update command:
And if you want even more detail, one can svn log
Code: Select all
A trunk/skins/skins.iml
U trunk/doc/skin.html
U trunk/jxclient.ipr
Updated to revision 18308.
"Put another, more succinct way: don't complain, contribute. It's more satisfying in the long run, and it's more constructive."
Eric Meyer
Eric Meyer
-
- Junior member
- Posts: 165
- Joined: Mon Jun 25, 2012 5:33 pm
- Location: Planet Earth
-
- Forum Aficionado
- Posts: 1994
- Joined: Tue Apr 29, 2003 5:55 pm
- Location: Minnesota, USA
- Contact:
What are you using to update the files now?
Some sort of GUI client, command line interface, etc.
Some sort of GUI client, command line interface, etc.
"Put another, more succinct way: don't complain, contribute. It's more satisfying in the long run, and it's more constructive."
Eric Meyer
Eric Meyer
-
- Junior member
- Posts: 165
- Joined: Mon Jun 25, 2012 5:33 pm
- Location: Planet Earth
I'm using my Ubuntu terminal window (opened directly to the main directory of the piece I am upgrading{e.g. server.svn}), doing the exact same thing as I did with FreedroidRPG. I type and hit enter. It does update, since the revision number it states I am now at changes both when I update and, after I recompile, in the game itself.
Code: Select all
svn up
That SilverNexus guy? You needn't worry about him.
He is level negative 4 in oratory, and his singing is worse.
He is level negative 4 in oratory, and his singing is worse.
-
- Forum Aficionado
- Posts: 1994
- Joined: Tue Apr 29, 2003 5:55 pm
- Location: Minnesota, USA
- Contact:
That is the same environment I have and I get the verbose output. It has always worked or been this way for me.
By chance, did you enable quiet mode?
By chance, did you enable quiet mode?
"Put another, more succinct way: don't complain, contribute. It's more satisfying in the long run, and it's more constructive."
Eric Meyer
Eric Meyer
-
- Junior member
- Posts: 165
- Joined: Mon Jun 25, 2012 5:33 pm
- Location: Planet Earth
-
- Forum Aficionado
- Posts: 1994
- Joined: Tue Apr 29, 2003 5:55 pm
- Location: Minnesota, USA
- Contact:
-q enables quiet mode, but by default the verbose mode is used.SilverNexus wrote: What option would allow me to toggle quiet mode? Upon looking at the options, I see no obvious "toggle quiet mode" option.
svn up -q
Not sure why this is happening with your setup. My skill set with SVN is at the basic user level only.
"Put another, more succinct way: don't complain, contribute. It's more satisfying in the long run, and it's more constructive."
Eric Meyer
Eric Meyer
-
- Junior member
- Posts: 165
- Joined: Mon Jun 25, 2012 5:33 pm
- Location: Planet Earth
Well, at least I know its just my computer being insane.
I think I may have downloaded the crossfire svn when I had one of my computer's fans installed backward, so my computer overheating may very well have started messing things up.
This, now that I think about it, may also be the source of that 4 billion platinum dust glitch I first posted on.
I think I may have downloaded the crossfire svn when I had one of my computer's fans installed backward, so my computer overheating may very well have started messing things up.
This, now that I think about it, may also be the source of that 4 billion platinum dust glitch I first posted on.
That SilverNexus guy? You needn't worry about him.
He is level negative 4 in oratory, and his singing is worse.
He is level negative 4 in oratory, and his singing is worse.
-
- Junior member
- Posts: 165
- Joined: Mon Jun 25, 2012 5:33 pm
- Location: Planet Earth