Home > front end >  Submit a folder under the SVN command, excluding the specified files and folders, command how to wri
Submit a folder under the SVN command, excluding the specified files and folders, command how to wri

Time:12-03

Submit a folder under the SVN command, excluding the specified files and folders, command how to write?
Such as a folder with b, c, and so on more than a dozen folder and a file a. ock
How to use the SVN command submitted a folder, but to exclude the b inside folders and a. ock file, seek guidance,

CD a
SVN propset SVN: ignore "b".

And then execute the SVN add. -- force
Then the SVN status view,
Or the contents of the folder b were submitted to the cache area (via SVN status view), to solve? Appreciate

CodePudding user response:

Add folders first, and then ignore file

SVN add - N force
SVN propset SVN: ignore "b. *".

CodePudding user response:

reference 1st floor also night reply:
add folders first, and then ignore file

SVN add - N force
SVN propset SVN: ignore "b. *".

I now use the SVN status command to see, already has content, how to clear the buffer?

CodePudding user response:

reference 1st floor also night reply:
add folders first, and then ignore file

SVN add - N force
SVN propset SVN: ignore "b. *".

Not so well, is to want to ignore the files in the folder are added to the buffer,,,,,,,,
  • Related