$ svn pg svn:ignore .
file1
file2
file3
$ svn pe svn:ignore .
// manually add file4 in default text editor
How to add file4 to svn:ignore using bash in one line command?
$ svn pg svn:ignore .
file1
file2
file3
$ svn pe svn:ignore .
// manually add file4 in default text editor
How to add file4 to svn:ignore using bash in one line command?
Copyright © 2021 Jogjafile Inc.
Surely not elegant but it works: