4 lines
		
	
	
		
			108 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			108 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| svn status | egrep '^A.*$' | sed -e 's/^. *//' > /tmp/svn_ci.txt
 | |
| svn ci --targets /tmp/svn_ci.txt
 |