On Wed, Jun 10, 2009 at 5:39 PM, mettur salem<metturmohan2...@gmail.com> wrote:
> Initially I dont have a *.svn* directory in the SVN repositary i created
> Recently,
> in server I am not able to create a  Trunk and tag and branches   please

If i understand it right, you are trying to create a directory in the
repository without a working copy. You can create something like:
  svn mkdir http://hostname.com/svn/proj/trunk -m "create trunk directory"
  svn mkdir http://hostname.com/svn/proj/branches -m "create tags directory"
  svn mkdir http://hostname.com/svn/proj/tags -m "create tags directory"

> Because of the last login user in svn repositary via http authentication (
> in Linux Server ) still cache its user name and password  i try to create  a
> trunk and branches and tag

You can pass --username option for any svn command to explicitly
specify a user to perform SVN operation. As per clearing or not using
cache, please take a look at --no-auth-cache option.

The good thing about Subversion, it is user friendly. You could have
got these queries clarified by simply viewing help for each sub
command. For instance,
  svn mkdir --help

would list all options you can pass with mkdir command. The 'svn help'
command would list all sub commands for Subversion. I know many others
have already pointed you to go through the manual. It does not look
like you did it so far. I request you to do it, believe it will
definitely save lot of your time.

Thank you.
-- 
Regards,
Bhuvaneswaran A
www.livecipher.com
GPG: 0x7A13E5B0
_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to