Hi,
 
> -In SVN, can you have multiple additions, queued up, marked with an A?

No queuing feature, but changelists on file granularity.
See https://svnbook.red-bean.com/nightly/en/svn.advanced.changelists.html

> If so, can the queued edition(s) be reviewed for marked files,

Using svn diff which takes file names and changelists

> and can those marked files be examined internally for change markers too?

Yes by calling external tools or tools integrating svn.

> If so, what are the command(s) involved?

svn cl, svn diff

> Can addition(s) be deleted before any comitting?

Yes using diff tools, usually those implementing per-line reverts. Meld is a 
generic tools, IDEs offer their own support.

Andreas

Reply via email to