Understanding the output from svn export
Posted
by ThatBlairGuy
on Stack Overflow
See other posts from Stack Overflow
or by ThatBlairGuy
Published on 2010-04-02T18:50:56Z
Indexed on
2010/04/02
18:53 UTC
Read the original article
Hit count: 365
Working on some tweaks for a build script, I noticed that the output from svn export has an 'A' in column 1 for each file exported.
A C:\build\file1
A C:\build\file2
A C:\build\file3
The subversion book describes the meaning of the various columns for svnlook changes and svn status, but I'm not having much luck finding the meaning behind this one.
What does the 'A' in column 1 mean? Are there any other values displayed there? Any other columns?
Thanks!
© Stack Overflow or respective owner