uzun süredir eclipse içinden svn repoma ulaşıp iki satır uğraşamıyordum. bugün sonunda eclipse içindeki egit ile ulaşabildim.
ilk yapılması gereken svn reposunu git e taşımak.
mkdir yenirepo
cd yenirepo
git svn clone http://repoadresinizneise
arada signal 13 ile çatladığı oldu gitin. folderın içine girip "git svn fetch" demeniz yeterli. oda çatlayabiliyor. bir kaç kere çalıştırmanız yeterli kaldığı yerden devam edebiliyor.
sonrasında eclipse gidip git clone etme yerinde uri olarak şunu yazıyoruz
ssh://user@serveripsi/home/user/yenirepo
sonrasında workingdirectory altında reponuzdaki folderlar duruyor ve import ediliyor.
yeni folder da bir kere şu komut gerek
git config --bool core.bare true
bu yöntemin güzel tarafı ssh üzerinden çalışıyor yani security built-in. daha evel git deamon ile denemiştim. oda güzel ama security için ayrı uğraşmak gerekiyordu. bu temiz oldu.
git deamon merak edenler için. git init yapılan folderda aşağıdaki komutu çalıştırmak yeterli
git daemon --base-path=. --export-all --enable=receive-pack --reuseaddr --informative-errors
server tarafında ilkten bir push hatası alabilirsiniz.
"refusing to update checked out branch: refs/heads/master"
çözümü için serverdaki reponun içinde şu komut çalıştırılır
git config receive.denyCurrentBranch ignore
Subscribe to:
Post Comments (Atom)
playwright in junie
{ "mcpServers" : { "playwright" : { "command" : "npx" , "args" : [ ...
-
if you have wl11 ejb server and in that environment generated ejb client and deploy to wl12 it will give you this exception java.lang.NoSu...
-
I know its been a long time I have not write anything. because I have not learn or done any new things. I dont want to write regular meaning...
-
in .net 2 if you want to show your application in system tray . you need to add notify icon to your application and set the "ShowInTas...
No comments:
Post a Comment