#3157 create user path before rename repository while transfer

os.Rename does not create parent directory automatically when not exist
This commit is contained in:
Unknwon 2016-07-23 17:36:15 +08:00
parent d7bdc1de8d
commit 745167d57a
4 changed files with 4 additions and 3 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.49.0723"
const APP_VER = "0.9.50.0723"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())