Profile
Achievement
 
    
                altern's Recent SnippetsTagged windows
- All /
 « Prev 1 Next »
Batch script creates repository dump of specific project in repository. It assumes that repository has following structure:
    /project1
        /trunk
        /tags
        /branches
    /project2
        /trunk
        /tags
        /b...
        
        
        
            0 
        
        
            3359 
        
                    posted 13 years ago by altern
            Batch script creates initial svn repository structure according to SCM framework (http://scm.altern.kiev.ua):
    /project
        /trunk
        /tags
            /builds
                /PA
                /A
                /B...
        
        
        
            0 
        
        
            3323 
        
                    posted 13 years ago by altern
            'svn add' all unversioned files in a working copy to svn repository recursively on windows
        
        
        
            0 
        
        
            3581 
        
                    posted 13 years ago by altern