This is an inquiry form.
anyone can make an inquiry for any problem regarding Technology.
This blog is related to Programming, hacking, Database Management, some educational information,Windows & Linux commands and lot many other things. This blog is used for anyone which is basically developed for any people facing any problem regarding computer Software Technologies can post their comment here in Inquiry page url given below, will get the solution. anyone can make a request on this url : http://sandippatelce.blogspot.com/2010/03/inquiry-contact-me.html
Pages
▼
Thursday, March 25, 2010
Commands - (Technology Refrences)
There are lots of kind of commands you found here like Software technology, networking, etc....
There are certain commands used to establish the svn (Subversion) server.
Subversion (SVN) :-
svn import svn://localhost/Projects/TaskManagementSystem/
svn import TaskManagementSystem "file:///D:/users/work/svnrepository/Projects/TaskManagementSystem"
To take a backup of svn repository :
svnadmin dump D:/users/work/svnrepository/ > D:/users/work/svnbackup/svnrepobackup.dump
To load a svn repository from Backup dump of svn repository.
$ svnadmin load newrepos <>
To remove the repository : svnadmin deltify D:/users/work/svnrepository/
To restore the repository from the backup dump :
svnadmin load D:/users/work/svnrepository <>
Monday, March 22, 2010
Java - References
This is all about java references to solve the developers queries and to resolve the developer errors. This is very useful links need for developers.
1. http://www.javawhat.com/gotoDirectorySubmenu.do?submenu=tutorials
2. http://javahowto.blogspot.com/2006/06/6-common-errors-in-setting-java-heap.html
1. http://www.javawhat.com/gotoDirectorySubmenu.do?submenu=tutorials
2. http://javahowto.blogspot.com/2006/06/6-common-errors-in-setting-java-heap.html