Brain munch: Money
Money is a toy introduced by mankind for mankind to be engaged for lifetime.
Money is a toy introduced by mankind for mankind to be engaged for lifetime.
This post explains how to map domain names with IIS web site
Assumptions:
For demo, I am assuming following values
Please note that these values are for demostration purpose only. I, in no way, own these.
To do: For IIS version 7
To do: For IIS version 5.1 till 6



Related articles:
Task at hand:
Copy a directory from within one SVN repository to another
Assumptions:
- Tortoise SVN as SVN client
- The two SVN repositories – being copied from and being copied to already exist
Steps:
1. Right click SVN bound directory that you with to copy. Choose tortoise SVN -> Export.
2. Specify path to an empty folder e.g. “c:\to_add”. Click on OK.
3. Now you have the SVN bound directory contents in this new directory “to_add”.
4. Right click on “to_add” and choose tortoise svn -> add
5. Specify path to the new repository and location inside it.
6. Right click on “to_add” and choose SVN Commit to make your changes permanent.
Voila !! You are done.
Crowd is gathering of people who think feeling lonely with other people is better than feeling lonely alone !
If only people could be themselves all the time with all the people and let others be , I wonder if this word would have been found !
Now can you define something like this without having felt it !
http://jyotsnasonawane.spaces.live.com/
Came across this image somewhere .. convinces me for strategy building requires facts at hand – facts that derive from a deep and careful study + observation. Must be a patience testing one – though was never convinced that managers are patient enough.

I find this the most sensible of definitions of alcohol
- which you may not agree to .. or may agree to when totally out of senses
Colourless volatile liquid formed by the fermentation of sugars and also notes its
intoxicating effect of certain carbon based life forms.
Source: Encyclopedia galactica (HHGTTG)
Suprisingly, as HHGTTG says, definitions in almost all dictionaries available on earth are mind-blogglingly dull.
Applies to:
Any SVN client using putty to connect to SVN server. For e.g. tortoise SVN
Who is this post for?
This post is for anyone who wants SVN client and server to forget currently configured password
Steps to follow
svn+ssh://jyotsnas@visharad/svnRepos/travel_broker

visharad in saved sessions of putty

visharad session loaded in putty
Looking at this I have more concrete information about server i.e. Host name/IP : 192.168.1.50

visharad ssh auth settings in putty
This screen tells me a path to a private key file on my machine.
F:\Jyotsna\SVN sessions\visharad.ppk
Delete this path from the text box.
When you delete this path, putty is going to forget the password to be used. Since tortoise SVN uses putty in turn to connect to server, it will forget it too. And that is it.
Questions you might have
In cases like mine, visharad name was given to a machine with IP 192.168.1.50. If I had deleted the session, I would have have to relocate all the SVN repositories already checked out on my machine so that the new URL contains 192.168.1.50 instead of visharad. Not deleting the session saves this hassel of mine and still make tortoise svn not use the remembered password.
Just refer to this link for the instructions
Related posts
Go to the website properties for which you want to set the default virtual directory -> Home directory. Set parameters as follows – Here the virtual directory I want to default to is named RoverService.

Related posts