Ben ne inanıyorum zor bir durum var ama bu genellikle oldukça basit bir şey cahilim gösterir.
I currently have one php project that is in an svn repo, call it 'firstproject'. The working copy of this is an apache virtual host dir so I can happily run this project at any point of development through a browser. I now have another project 'newproject' that I want to use some of the core code of 'firstproject' but when newproject requires me to refactor parts of the firstproject classes I would like for that to be integrated back into firstproject at some point.
Svn kurmak için herhangi bir şekilde bu yüzden kendi apache sanal konak newproject mutlu bir çalışma kopyasını ve firstproject bazı kod içeren ve sonra kendi kodunu svn için olabilir var mı ya da newproject kodunu ekleyerek uzakta düzenleme ve sonra tekrar kod birleştirilmesi çeşit yapıyor, firstproject bir 'NewProject' şube oluşturma olgusu olan sekmeleri tutmak için içine 'firstproject' uygun görünüyor ne zaman?
Düzgün bir yolu olmalı ama belki orada değil gibi düşünmeye bana yardımcı olabilecek herkese çok teşekkürler, hissediyor.