# Change to the src/images directory, or exit if the directory doesn't exist Set-Location -Path ./src/images/ -ErrorAction Stop # Add all files to svn, including ignored files and forced additions svn add . --no-ignore --force # Commit the changes with a message svn ci -m "版本更新"