Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Retrieve svn update log

Tags:

svn

There is some output in console when I'm doing

svn update

How can I get this output later, when console is closed?

like image 478
kga Avatar asked May 19 '26 11:05

kga


1 Answers

Whatever "console" means in your case, once you've closed the window where svn update printed its output the output is gone. If operating systems would routinely store all output of command line programs, you'd soon run out of memory or disk space.

As in all console applications, you can simply redirect output to an external file with the > redirection operator:

svn update > /path/to/file.log
like image 133
Álvaro González Avatar answered May 22 '26 05:05

Álvaro González



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!