Re: [git-users] How to add my local repository files to a server repository?

2013-09-14 Thread Stephan Nikolaus
Hi,

it was not succesfully. The following message came:
$ git reset --hard master/origin
fatal: ambiguous argument 'origin/master': unknown revision or path not in
the working tree.
[...]




2013/9/13 William Seiti Mizuta william.miz...@gmail.com


 On Fri, Sep 13, 2013 at 6:38 PM, Stephan Nikolaus 
 stephan.nikol...@googlemail.com wrote:

 cd mylocal
 git remote add myserver user@myserver:/var/www/server_git
 fetch myserver
 git reset --hard origin/master


 You are correct. Just clean every file in your mylocal directory before
 using the commands.



 William Seiti Mizuta
 @williammizuta
 Caelum | Ensino e Inovação
 www.caelum.com.br

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Git for human beings group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/git-users/tX2HCxXiNds/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
SPD Burgwedel
Stv. Vorsitzender und Mitgliederbeauftragter
Großburgwedeler Str. 15a
30938 Burgwedel
05139/ 97 14 50
01525/ 890 78 20

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[git-users] SVN Git

2013-09-14 Thread Philipp Kraus
Hello,

I would like to use Git with a SVN, so I try to clone the SVN repo with 
git svn clone svn://myserver, it is a repo without trunk etc.
Git reports the error Couldn't find a repository. The SVN repo uses an 
authentification (username  password) and a normal
svn checkout works well.

How can I use the SVN repo with Git?

Thanks

Phil

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] How to add my local repository files to a server repository?

2013-09-14 Thread William Seiti Mizuta
You changed the order. It is

git reset --hard origin/master


William Seiti Mizuta
@williammizuta
Caelum | Ensino e Inovação
www.caelum.com.br


On Sat, Sep 14, 2013 at 6:26 AM, Stephan Nikolaus 
stephan.nikol...@googlemail.com wrote:

 Hi,

 it was not succesfully. The following message came:
 $ git reset --hard master/origin
 fatal: ambiguous argument 'origin/master': unknown revision or path not in
 the working tree.
 [...]




 2013/9/13 William Seiti Mizuta william.miz...@gmail.com


 On Fri, Sep 13, 2013 at 6:38 PM, Stephan Nikolaus 
 stephan.nikol...@googlemail.com wrote:

 cd mylocal
 git remote add myserver user@myserver:/var/www/server_git
 fetch myserver
 git reset --hard origin/master


 You are correct. Just clean every file in your mylocal directory before
 using the commands.



 William Seiti Mizuta
 @williammizuta
 Caelum | Ensino e Inovação
 www.caelum.com.br

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Git for human beings group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/git-users/tX2HCxXiNds/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 SPD Burgwedel
 Stv. Vorsitzender und Mitgliederbeauftragter
 Großburgwedeler Str. 15a
 30938 Burgwedel
 05139/ 97 14 50
 01525/ 890 78 20

 --
 You received this message because you are subscribed to the Google Groups
 Git for human beings group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] SVN Git

2013-09-14 Thread Magnus Therning
On Sat, Sep 14, 2013 at 03:48:13AM -0700, Philipp Kraus wrote:
 Hello,
 
 I would like to use Git with a SVN, so I try to clone the SVN repo
 with git svn clone svn://myserver, it is a repo without trunk etc.
 Git reports the error Couldn't find a repository. The SVN repo
 uses an authentification (username  password) and a normal svn
 checkout works well.
 
 How can I use the SVN repo with Git?

Start with having a look at the `git svn` man-page (`git svn --help´).
Read up on the parameters to the `clone` command: -T, -t, -b,
--username.

If that doesn't help you out then come back here with the SVN folder
structure so it becomes easier to help you out.

/M

-- 
Magnus Therning  OpenPGP: 0xAB4DFBA4 
email: mag...@therning.org   jabber: mag...@therning.org
twitter: magthe   http://therning.org/magnus

Programs should be written for people to read, and only incidentally
for machines to execute.
 -- Quote from Structure and Interpretation of Computer Programs


pgpn0B6AfDypS.pgp
Description: PGP signature


Re: [git-users] How to add my local repository files to a server repository?

2013-09-14 Thread Stephan Nikolaus
Yes, i did. Sorry, it was just a typing error in the email.


2013/9/14 William Seiti Mizuta william.miz...@gmail.com

 You changed the order. It is

 git reset --hard origin/master


 William Seiti Mizuta
 @williammizuta
 Caelum | Ensino e Inovação
 www.caelum.com.br


 On Sat, Sep 14, 2013 at 6:26 AM, Stephan Nikolaus 
 stephan.nikol...@googlemail.com wrote:

 Hi,

 it was not succesfully. The following message came:
 $ git reset --hard master/origin
 fatal: ambiguous argument 'origin/master': unknown revision or path not
 in the working tree.
 [...]




 2013/9/13 William Seiti Mizuta william.miz...@gmail.com


 On Fri, Sep 13, 2013 at 6:38 PM, Stephan Nikolaus 
 stephan.nikol...@googlemail.com wrote:

 cd mylocal
 git remote add myserver user@myserver:/var/www/server_git
 fetch myserver
 git reset --hard origin/master


 You are correct. Just clean every file in your mylocal directory before
 using the commands.



 William Seiti Mizuta
 @williammizuta
 Caelum | Ensino e Inovação
 www.caelum.com.br

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Git for human beings group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/git-users/tX2HCxXiNds/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 SPD Burgwedel
 Stv. Vorsitzender und Mitgliederbeauftragter
 Großburgwedeler Str. 15a
 30938 Burgwedel
 05139/ 97 14 50
 01525/ 890 78 20

 --
 You received this message because you are subscribed to the Google Groups
 Git for human beings group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to git-users+unsubscr...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.


  --
 You received this message because you are subscribed to a topic in the
 Google Groups Git for human beings group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/git-users/tX2HCxXiNds/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
SPD Burgwedel
Stv. Vorsitzender und Mitgliederbeauftragter
Großburgwedeler Str. 15a
30938 Burgwedel
05139/ 97 14 50
01525/ 890 78 20

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[git-users] Are there overlay icons in Git?

2013-09-14 Thread Anton Barycheuski
I use Git 1.8.3 (git-scm.com) on Windows 7. Are there any variants for 
showing git overlay icons in Windows Explorer like TortoiseSvn?

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] How to add my local repository files to a server repository?

2013-09-14 Thread William Seiti Mizuta
When you executed the command: git remote add, what were the parameters
that you used?


William Seiti Mizuta
@williammizuta
Caelum | Ensino e Inovação
www.caelum.com.br


On Sat, Sep 14, 2013 at 3:35 PM, Stephan Nikolaus 
stephan.nikol...@googlemail.com wrote:

 Yes, i did. Sorry, it was just a typing error in the email.


 2013/9/14 William Seiti Mizuta william.miz...@gmail.com

 You changed the order. It is

 git reset --hard origin/master


 William Seiti Mizuta
 @williammizuta
 Caelum | Ensino e Inovação
 www.caelum.com.br


 On Sat, Sep 14, 2013 at 6:26 AM, Stephan Nikolaus 
 stephan.nikol...@googlemail.com wrote:

 Hi,

 it was not succesfully. The following message came:
 $ git reset --hard master/origin
 fatal: ambiguous argument 'origin/master': unknown revision or path not
 in the working tree.
 [...]




 2013/9/13 William Seiti Mizuta william.miz...@gmail.com


 On Fri, Sep 13, 2013 at 6:38 PM, Stephan Nikolaus 
 stephan.nikol...@googlemail.com wrote:

 cd mylocal
 git remote add myserver user@myserver:/var/www/server_git
 fetch myserver
 git reset --hard origin/master


 You are correct. Just clean every file in your mylocal directory before
 using the commands.



 William Seiti Mizuta
 @williammizuta
 Caelum | Ensino e Inovação
 www.caelum.com.br

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Git for human beings group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/git-users/tX2HCxXiNds/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 SPD Burgwedel
 Stv. Vorsitzender und Mitgliederbeauftragter
 Großburgwedeler Str. 15a
 30938 Burgwedel
 05139/ 97 14 50
 01525/ 890 78 20

 --
 You received this message because you are subscribed to the Google
 Groups Git for human beings group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to git-users+unsubscr...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.


  --
 You received this message because you are subscribed to a topic in the
 Google Groups Git for human beings group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/git-users/tX2HCxXiNds/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 SPD Burgwedel
 Stv. Vorsitzender und Mitgliederbeauftragter
 Großburgwedeler Str. 15a
 30938 Burgwedel
 05139/ 97 14 50
 01525/ 890 78 20

 --
 You received this message because you are subscribed to the Google Groups
 Git for human beings group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.