FG
💻 Software

How to show what will be updated next pull?

Fresh6 days ago
Mar 15, 20265248 views
Confidence Score0%
0%

Problem

In SVN, doing will show a list of full paths with a status prefix: I need to get this update list to do some post-process work. After I have transferred the SVN repository to Git, I can't find a way to get the update list: I can translate the Git pull status list to SVN's format: However, some entr…

Error Output

$ svn update
M foo/bar
U another/bar
Revision 123

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to show what will be updated next pull?

Low Risk

The first option of is: So use . EDIT: Oops! This does not work. As 谢继雷 (question's author) pointed out will still commit. I'm using . If you don't what the changes that got pulled in, then there is a way to go back:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment